Skip to content

Commit 9c35fd5

Browse files
committed
final rebased commited changes to code-modularity
Signed-off-by: Shruti78 <shrutimurthy2103@gmail.com> format checker Signed-off-by: Shruti78 <shrutimurthy2103@gmail.com>
1 parent c2e44ba commit 9c35fd5

22 files changed

+2193
-1878
lines changed

frontend/src/App.jsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ import {
77
} from "react-router-dom";
88
import Layout from "./components/Layout";
99
import Dashboard from "./components/Dashboard";
10-
import Jobs from "./components/Jobs";
11-
import Queues from "./components/Queues";
12-
import Pods from "./components/Pods";
10+
import Jobs from "./components/jobs/Jobs";
11+
import Queues from "./components/queues/Queues";
12+
import Pods from "./components/pods/Pods";
1313
import { ThemeProvider } from "@mui/material/styles";
14-
import { theme } from "./theme"; // import theme
14+
import { theme } from "./theme";
15+
import "bootstrap/dist/css/bootstrap.min.css";
1516

1617
function App() {
1718
return (

0 commit comments

Comments
 (0)