kino/app/Main.hs

7 lines
74 B
Haskell

module Main where
import Kino.UI
main :: IO ()
main = runApp >> pure ()