skog/src/Mobile.gren
2026-05-26 16:03:24 -04:00

8 lines
127 B
Text

module Mobile exposing (Mobile)
{-| Phantom-type tag for mobile-specific UI elements and views.
-}
type Mobile
= Mobile