Skip to content

Commit 63763f1

Browse files
committed
fix: updated imports
1 parent 6a27703 commit 63763f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { useNotifications } from '../hooks/useNotifications';
1616
import { linkify } from '../utils/linkify';
1717
import { useAuth } from '../hooks/auth/useAuth';
1818
import type { Notification as AdminNotification } from '../utils/fetch/admin';
19-
import CustomUserButton from './buttons/UserButton';
19+
import CustomUserButton from './tools/UserButton';
2020
import Button from './common/Button';
2121
import FeedbackBanner from './tools/FeedbackBanner';
2222

0 commit comments

Comments
 (0)