module Links where import Servant.Lnks import Data.Proxy -- internal imports import API ( userSelectLink :<|> userOverviewLink :<|> authLink ) = allLinks (Proxy :: Proxy UserAPI)