We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a27703 commit 63763f1Copy full SHA for 63763f1
src/components/Navbar.tsx
@@ -16,7 +16,7 @@ import { useNotifications } from '../hooks/useNotifications';
16
import { linkify } from '../utils/linkify';
17
import { useAuth } from '../hooks/auth/useAuth';
18
import type { Notification as AdminNotification } from '../utils/fetch/admin';
19
-import CustomUserButton from './buttons/UserButton';
+import CustomUserButton from './tools/UserButton';
20
import Button from './common/Button';
21
import FeedbackBanner from './tools/FeedbackBanner';
22
0 commit comments