Initial commit

This commit is contained in:
2024-02-27 22:29:41 +01:00
commit bd4fe8fc62
34 changed files with 1644 additions and 0 deletions

View File

@ -0,0 +1,12 @@
module Application.Script.Prelude
( module IHP.ControllerPrelude
, module Generated.Types
, module IHP.Prelude
, module IHP.ScriptSupport
)
where
import IHP.Prelude
import IHP.ControllerPrelude
import Generated.Types
import IHP.ScriptSupport