module Shared.Model exposing (Model) import Element exposing (Device) type alias Model = { height : Int , width : Int , device : Device }