Skip to content

Commit

Permalink
🐛 fix: fix OAuthForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Feb 8, 2024
1 parent 4bbdcc3 commit a1edfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Conversation/Error/OAuthForm.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon } from '@lobehub/ui';
import { Icon } from '@bentwnghk/ui';
import { App, Button } from 'antd';
import { ScanFace } from 'lucide-react';
import { signIn, signOut, useSession } from 'next-auth/react';
Expand Down

0 comments on commit a1edfdd

Please sign in to comment.