From 77ff3088b9c8ff217c6ed6fb9093a5aabb2ea3ca Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 27 Mar 2019 09:25:12 -0700 Subject: working miso app structure is in place, need to add styles and logic --- lore/Biz/Ibb/Move.hs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lore/Biz/Ibb/Move.hs (limited to 'lore/Biz/Ibb/Move.hs') diff --git a/lore/Biz/Ibb/Move.hs b/lore/Biz/Ibb/Move.hs new file mode 100644 index 0000000..9ff9b34 --- /dev/null +++ b/lore/Biz/Ibb/Move.hs @@ -0,0 +1,12 @@ + +-- | App update logic +module Biz.Ibb.Move ( + module X + , move + ) where + +import Biz.Ibb.Core as X +import Miso + +move :: Action -> Model -> Effect Action Model +move Nop m = undefined -- cgit v1.2.3