feat(ui): remove design tab from primary navigation
This commit is contained in:
@@ -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 />;
|
||||
}
|
||||
Reference in New Issue
Block a user