Draw.hs 99 B

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