Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiggins-stripe committed Jan 23, 2025
1 parent 2dbc0ec commit 2f22c6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/(dashboard)/settings/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
'use client';

import {signOut, useSession} from 'next-auth/react';
import {signOut} from 'next-auth/react';
import SubNav from '@/app/components/SubNav';
import {Button} from '@/components/ui/button';
import {useConnectJSContext} from '@/app/hooks/EmbeddedComponentProvider';
import {useMemo} from 'react';
import {ExternalLink} from 'lucide-react';
import {useExpressDashboardLoginLink} from '@/app/hooks/useExpressDashboardLoginLink';

Expand Down

0 comments on commit 2f22c6f

Please sign in to comment.