refactor: relocate components to app directory structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { SidebarScreen } from "@/components/sidebar/sidebar-screen";
|
||||
import { SidebarScreen } from "@/app/sidebar/components/sidebar-screen";
|
||||
|
||||
export default function SidebarPage() {
|
||||
return <SidebarScreen />;
|
||||
|
||||
Reference in New Issue
Block a user