Skip to content

Commit

Permalink
Update keep-ui/app/layout.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: talboren <[email protected]>
  • Loading branch information
talboren authored Feb 19, 2024
1 parent 2df1d97 commit c014bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const mulish = Mulish({
});

import { ToastContainer } from "react-toastify";
import Navbar from "components/navbar/Navbar";
import Navbar from "components/navbar/navbar";

type RootLayoutProps = {
children: ReactNode;
Expand Down

0 comments on commit c014bc9

Please sign in to comment.