WIP: Failed attempt to do a solid-js app.

For now...
This commit is contained in:
Nicolás Hatcher
2024-05-22 20:55:54 +02:00
parent 49c3b14bf0
commit 379c84f64a
60 changed files with 7846 additions and 0 deletions

7
solidjs_app/src/App.css Normal file
View File

@@ -0,0 +1,7 @@
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}