mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-10 10:49:35 +00:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user