1 2 3 4 5 6 7 8 9
module LoggedIn.Action ( Action(..) ) where import LoggedIn.Home.Action as HomeAction type Action = NoOp | HomeAction HomeAction.Action