path aliases

This commit is contained in:
Tom Heaton
2024-06-19 15:13:34 +01:00
parent e850676722
commit 393e4907dc
14 changed files with 47 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ import {
SidebarLink,
SidebarMenu,
SidebarWrapper,
} from "./SidebarElements";
} from "@/components/Sidebar/SidebarElements";
export default function Sidebar({ isOpen, toggle }) {
return (