🐣
This commit is contained in:
commit
22ae65c92f
8 changed files with 188 additions and 0 deletions
8
src/Mobile.gren
Normal file
8
src/Mobile.gren
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module Mobile exposing (Mobile)
|
||||
|
||||
{-| Phantom-type tag for mobile-specific UI elements and views.
|
||||
-}
|
||||
|
||||
|
||||
type Mobile
|
||||
= Mobile
|
||||
Loading…
Add table
Add a link
Reference in a new issue