Main.purs 155 B

1234567891011
  1. module Test.Main where
  2. import Prelude
  3. import Effect (Effect)
  4. import Test.ArtDecoCard (testArtDecoCard)
  5. main :: Effect Unit
  6. main = do
  7. testArtDecoCard