refactor(starmelon): update v8 dependecy
This commit is contained in:
parent
1c14fc146a
commit
95e21129a8
9 changed files with 894 additions and 338 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue