chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { DashboardShell } from "@/components/dashboard-shell";
|
||||
import { DeveloperDashboard } from "@/components/developer-dashboard";
|
||||
|
||||
export default function DeveloperPage() {
|
||||
return (
|
||||
<DashboardShell>
|
||||
<DeveloperDashboard />
|
||||
</DashboardShell>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user