refactor: rename default export in dashboard page component

This commit is contained in:
ngc2207 2024-11-02 18:01:52 +08:00
parent 707075bcfb
commit 26c55b7096

View File

@ -14,7 +14,7 @@ import {
SidebarTrigger,
} from "@/components/ui/sidebar";
export default function Page() {
export default function DashboardPage() {
return (
<SidebarProvider>
<AppSidebar />