This commit is contained in:
Justin Blake 2026-05-26 16:03:24 -04:00
commit 22ae65c92f
No known key found for this signature in database
GPG key ID: E70CAC45C816AAEA
8 changed files with 188 additions and 0 deletions

8
src/Mobile.gren Normal file
View file

@ -0,0 +1,8 @@
module Mobile exposing (Mobile)
{-| Phantom-type tag for mobile-specific UI elements and views.
-}
type Mobile
= Mobile