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