Skip to content

Commit

Permalink
fix: topbar component import
Browse files Browse the repository at this point in the history
  • Loading branch information
manuindersekhon committed Sep 5, 2024
1 parent 565e17e commit 897b598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Topbar/Topbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { usePathname, useRouter } from "next/navigation"
import { Anchor, Group } from "@mantine/core"

import { ColorSchemeToggle } from "@src/components/ColorSchemeToggle/ColorSchemeToggle"
import classes from "@src/components/TopBar/TopBar.module.css"
import classes from "@src/components/Topbar/Topbar.module.css"

export function TopBar() {
const router = useRouter()
Expand Down

0 comments on commit 897b598

Please sign in to comment.