Initial Commit

This commit is contained in:
DavidOnTop 2024-09-18 21:14:02 +02:00
commit a679aeb978
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
27 changed files with 823 additions and 0 deletions

6
project/build.sbt Normal file
View file

@ -0,0 +1,6 @@
lazy val root = (project in file("."))
.settings(
libraryDependencies ++= Seq(
"com.raquo" %% "domtypes" % "18.1.0"
)
)