Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinfirman committed May 6, 2024
1 parent 5465de6 commit 53e99a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/b2b/app/components/Header.tsx
@@ -1,4 +1,4 @@
import {Await, useFetcher, NavLink} from '@remix-run/react';
import {Await, NavLink} from '@remix-run/react';
import {Suspense} from 'react';
import type {HeaderQuery} from 'storefrontapi.generated';
import type {LayoutProps} from './Layout';
Expand Down
7 changes: 1 addition & 6 deletions examples/b2b/app/routes/b2blocations.tsx
@@ -1,9 +1,4 @@
import {
defer,
json,
type LoaderFunctionArgs,
type ActionFunctionArgs,
} from '@shopify/remix-oxygen';
import {defer, type LoaderFunctionArgs} from '@shopify/remix-oxygen';
import {useLoaderData} from '@remix-run/react';
import {B2BLocationSelector} from '../components/B2BLocationSelector';
import {CUSTOMER_LOCATIONS_QUERY} from '~/graphql/customer-account/CustomerLocationsQuery';
Expand Down

0 comments on commit 53e99a1

Please sign in to comment.