oops
This commit is contained in:
parent
5c0f2e9db9
commit
13f2257d8c
1 changed files with 2 additions and 2 deletions
|
@ -127,11 +127,11 @@ instance Yesod App where
|
|||
mapM_ addStylesheet $ map StaticR
|
||||
[ css_bootstrap_min_css
|
||||
, css_main_css
|
||||
])
|
||||
]
|
||||
mapM_ addScript $ map StaticR
|
||||
[ js_crementing_js
|
||||
, js_barcode_js
|
||||
])
|
||||
]
|
||||
$(widgetFile "default-layout")
|
||||
withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")
|
||||
|
||||
|
|
Loading…
Reference in a new issue