diff options
Diffstat (limited to 'Aamukampa.Web/Modules')
| -rw-r--r-- | Aamukampa.Web/Modules/Index.fs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Aamukampa.Web/Modules/Index.fs b/Aamukampa.Web/Modules/Index.fs index 7623779..2682028 100644 --- a/Aamukampa.Web/Modules/Index.fs +++ b/Aamukampa.Web/Modules/Index.fs @@ -1,12 +1,12 @@ -module TJLaskuri.Web.Modules.Index +module Aamukampa.Web.Modules.Index open System open Falco -open TJLaskuri.Core +open Aamukampa.Core [<AutoOpen>] module Views = - open TJLaskuri.Core.Views + open Aamukampa.Core.Views type Model = { Counter : Main.Model |
