added brick framework

This commit is contained in:
2024-08-21 16:56:36 -04:00
parent f02aa25bb9
commit eed428e7ba
5 changed files with 132 additions and 1 deletions

View File

@@ -21,7 +21,13 @@ License along with this program. If not, see
module Main (main) where
import Brick (defaultMain)
import Control.Monad (void)
import Abacus.App
import Abacus.App.Types
main :: IO ()
main = return ()
main = void $ defaultMain mainApp initialState
--jl