refactor(starmelon): update v8 dependecy

This commit is contained in:
YetAnotherMinion 2023-01-19 17:23:38 +00:00 committed by nobody
commit 95e21129a8
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
9 changed files with 894 additions and 338 deletions

View file

@ -1,4 +1,4 @@
module Main exposing (view, view2, view3, view4, view5, view6, view7, view8, badReturnType, true)
module Main exposing (view, view2, view3, view4, view5, view6, view7, view8, badReturnType, true, main)
import Html exposing (Html, div, text)
import Svg exposing (Svg, svg)
@ -6,6 +6,8 @@ import Array exposing (Array)
import Bytes exposing (Bytes)
import Bytes.Decode
main = text "main"
type alias Model =
{ a : Int