Skip to content

Commit 782dc8f

Browse files
authored
Merge pull request #71 from RipeSeed/update/ASKRS-5
Update folder structure for Sidebar
2 parents b97664d + 321a80b commit 782dc8f

File tree

6 files changed

+2
-19
lines changed

6 files changed

+2
-19
lines changed

src/app/@sidebar/ask-anything/[chatId]/page.tsx

-7
This file was deleted.

src/app/@sidebar/ask-anything/page.tsx

-5
This file was deleted.

src/app/@sidebar/default.tsx

-5
This file was deleted.

src/components/Sidebar/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
UsersRound,
1111
} from 'lucide-react'
1212

13-
import GeneralSidebar from '@/app/@sidebar/_components/GeneralSidebar'
13+
import GeneralSidebar from '@/app/_components/GeneralSidebar'
1414

1515
export default function Sidebar() {
1616
const pathname = usePathname()

src/components/common/_components/MobileSideBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { MouseEvent } from "react";
22
import { Menu, X } from "lucide-react";
3-
import GeneralSideBar from "@/app/@sidebar/_components/GeneralSidebar";
3+
import GeneralSideBar from "@/app/_components/GeneralSidebar";
44

55
interface MobileSideBarProps {
66
toggle: boolean;

0 commit comments

Comments
 (0)