1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-01 04:36:15 +03:00
guide/front-ps/server/Guide/Server/Constants.purs
Jens Krause 6a49d7b6ad
Add server|client|common folders (#193)
+ add an example `Pux` app for `category-detail` page (still in progress)
2017-08-26 22:38:49 +02:00

5 lines
99 B
Plaintext

module Guide.Server.Constants where
defaultCategoryName :: String
defaultCategoryName = "haskell"