Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 26, 2024
1 parent f9e79b1 commit 7c4ad8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bottle/src/app/create-profile/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getServerSideTokens } from '@/features/server/serverSideTokens';
import { StepProvider } from '@/features/steps/StepProvider';
import { ServerFetchBoundary } from '@/store/query/ServerFetchBoundary';
import { userInfoQueryOptions } from '@/store/query/useNameQuery';
import { userInfoQueryOptions } from '@/store/query/useUserInfoQuery';
import { regionsQueryOptions } from '@/store/query/useRegionsQuery';
import { ReactNode, Suspense } from 'react';

Expand Down

0 comments on commit 7c4ad8c

Please sign in to comment.