Skip to content

Commit d88c73b

Browse files
authored
Merge pull request #3267 from bluewave-labs/feat/v2-layout
feat: v2 layout
2 parents a2dfbd2 + 10bfdc9 commit d88c73b

File tree

31 files changed

+838
-1145
lines changed

31 files changed

+838
-1145
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import darkTheme from "./Utils/Theme/darkTheme";
88
import { CssBaseline, GlobalStyles } from "@mui/material";
99
import { logger } from "./Utils/Logger"; // Import the logger
1010
import { Routes } from "./Routes";
11-
import AppLayout from "@/Components/v1/Layouts/AppLayout";
11+
import AppLayout from "@/Components/v2/layout/AppLayout";
1212
import type { RootState } from "@/Types/state";
1313

1414
function App() {

client/src/Components/v1/ArrowLeft/index.jsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

client/src/Components/v1/Avatar/index.css

Whitespace-only changes.

client/src/Components/v1/Avatar/index.jsx

Lines changed: 0 additions & 73 deletions
This file was deleted.

client/src/Components/v1/Label/index.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

client/src/Components/v1/Label/index.jsx

Lines changed: 0 additions & 172 deletions
This file was deleted.

client/src/Components/v1/Layouts/AppLayout/index.jsx

Lines changed: 0 additions & 31 deletions
This file was deleted.

client/src/Components/v1/Layouts/HomeLayout/index.css

Lines changed: 0 additions & 29 deletions
This file was deleted.

client/src/Components/v1/Layouts/HomeLayout/index.jsx

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)