Draw.hs 119 B

12345678
  1. module Hypsibius.Draw where
  2. import Brick
  3. import Hypsibius.State
  4. draw :: State -> [Widget Int]
  5. draw _ = [str "whoo"]