chore: drop stale prototype path from mobile-ui comment (#1342)

The mobile primitives comment pointed at a design prototype folder that
no longer exists. Remove the dead path reference; the comment still
describes where the primitives came from.
This commit is contained in:
Anso
2026-06-09 19:01:32 -04:00
committed by GitHub
parent 4a619e69f4
commit 8e4a09f44a
+2 -3
View File
@@ -1,7 +1,6 @@
// Shared building blocks for the bespoke mobile (<md) screens. These translate
// the approved prototype's inline-styled primitives (docs/design/mobile-reference)
// onto our design tokens. No new colors or fonts. Rendered only on the mobile
// shell surfaces.
// the approved prototype's inline-styled primitives onto our design tokens.
// No new colors or fonts. Rendered only on the mobile shell surfaces.
import type { ReactNode } from 'react';
import { cn } from '@/lib/utils';
import { Sparkline } from '@/components/ui/sparkline';