Nova getting started added

This commit is contained in:
Benjamin Takats
2022-12-01 12:02:10 +01:00
parent ba07dca294
commit 37695943ef
33 changed files with 1090 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
import Card from './components/Card'
Nova.booting((app, store) => {
app.component('start', Card)
})