Initial project setup

This commit is contained in:
Arne Weiss
2022-09-02 22:40:21 +02:00
commit ce35c0300c
41 changed files with 1127 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module Application.Helper.Controller where
import IHP.ControllerPrelude
-- Here you can add functions which are available in all your controllers

View File

@@ -0,0 +1,5 @@
module Application.Helper.View where
import IHP.ViewPrelude
-- Here you can add functions which are available in all your views