use brick

This commit is contained in:
2024-09-07 15:00:17 -04:00
parent 4b057272d3
commit 11870423ed
4 changed files with 67 additions and 2 deletions

View File

@@ -22,7 +22,12 @@ License along with this program. If not, see
module Main (main) where
import Brick (defaultMain)
import Control.Monad (void)
import Password.App
main :: IO ()
main = return ()
main = void $ defaultMain passmanApp ()
--jl