Initial Commit
This commit is contained in:
commit
a679aeb978
27 changed files with 823 additions and 0 deletions
6
project/build.sbt
Normal file
6
project/build.sbt
Normal file
|
@ -0,0 +1,6 @@
|
|||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
libraryDependencies ++= Seq(
|
||||
"com.raquo" %% "domtypes" % "18.1.0"
|
||||
)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue