feat(ui): remove design tab from primary navigation

This commit is contained in:
2026-05-15 15:49:01 -07:00
parent dc82ccc47a
commit 4adf7a7659
4 changed files with 0 additions and 915 deletions

View File

@@ -1,11 +0,0 @@
"use client";
/**
* Design systems tab — UI kit / token documentation (reference layouts).
* Distinct from /design in (workspace), which is the scaffold & theme studio.
*/
import { DesignSystemExplorer } from "@/components/project/design-system-explorer";
export default function DesignSystemPage() {
return <DesignSystemExplorer />;
}