diff options
author | Ben Sima <ben@bsima.me> | 2019-09-04 07:08:46 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-04 07:08:46 -0700 |
commit | 291a40f56ccc937a1f0c6735efb795e28c5c360b (patch) | |
tree | b8ea764ac0802e3d79cb9f2a14061aa30e966359 /apex | |
parent | 481fa104753d51de9df060ff77ed68790c774955 (diff) |
[ibb] implement keep
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Ibb.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/Ibb.hs b/apex/Ibb.hs index c626f3f..7d8a377 100644 --- a/apex/Ibb.hs +++ b/apex/Ibb.hs @@ -9,6 +9,7 @@ module Ibb where import Alpha import Biz.Ibb +import qualified Biz.Ibb.Keep as Keep import Data.Maybe (fromMaybe) import qualified Lucid as L import Lucid.Base |