summaryrefslogtreecommitdiff
path: root/elm3/VNEdit/New.elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-12-30 09:49:13 +0100
committerYorhel <git@yorhel.nl>2019-12-30 09:49:13 +0100
commitd79c982ee876502db2e1a12752667c6a198c2ddc (patch)
treeccd4a4e72e5b0d3dd412bed6aee58044e93893f0 /elm3/VNEdit/New.elm
parente146ed7bda12d369532e485ca0c2e3d823811854 (diff)
Actually, let's get rid of v3 now that it doesn't work anymore anyway
Diffstat (limited to 'elm3/VNEdit/New.elm')
-rw-r--r--elm3/VNEdit/New.elm12
1 files changed, 0 insertions, 12 deletions
diff --git a/elm3/VNEdit/New.elm b/elm3/VNEdit/New.elm
deleted file mode 100644
index eee9ade6..00000000
--- a/elm3/VNEdit/New.elm
+++ /dev/null
@@ -1,12 +0,0 @@
-module VNEdit.New exposing (main)
-
-import Browser
-import VNEdit.Main as Main
-
-main : Program () Main.Model Main.Msg
-main = Browser.element
- { init = always (Main.new, Cmd.none)
- , view = Main.view
- , update = Main.update
- , subscriptions = always Sub.none
- }