Skip to content

Commit

Permalink
update type import
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinfirman committed May 6, 2024
1 parent fb65f6c commit eade5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/b2b/app/components/Header.tsx
@@ -1,7 +1,7 @@
import {Await, NavLink} from '@remix-run/react';
import {Suspense} from 'react';
import type {HeaderQuery} from 'storefrontapi.generated';
import type {LayoutProps} from './Layout';
import type {LayoutProps} from '~/Layout';
import {
type CustomerCompanyLocationConnection,
useRootLoaderData,
Expand Down

0 comments on commit eade5ee

Please sign in to comment.