Skip to content

Commit

Permalink
fix(ui): import navbar (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren authored Feb 20, 2024
1 parent a2d2baa commit 035cf58
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 32 deletions.
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
30 changes: 0 additions & 30 deletions keep-ui/components/navbar/navbar.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion keep-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": false,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
Expand Down
1 change: 1 addition & 0 deletions keep/api/core/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from keep.api.core.config import config
from keep.api.core.rbac import Admin as AdminRole
from keep.api.models.db.alert import *
from keep.api.models.db.mapping import *
from keep.api.models.db.preset import *
from keep.api.models.db.provider import *
from keep.api.models.db.rule import *
Expand Down

0 comments on commit 035cf58

Please sign in to comment.