react-server675fbba4
react-servertreemainexamplesshadcnsrcappdashboardindex.tsx
examples/shadcn/src/app/dashboard/index.tsxtsx132 B21be4ef6
import "@/global.css";

import DashboardPage from "./page";

export default function DashboardApp() {
  return <DashboardPage />;
}