module LoggedIn.Action ( Action(..) ) where import LoggedIn.Home.Action as HomeAction type Action = NoOp | HomeAction HomeAction.Action