mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Nova getting started added
This commit is contained in:
5
nova-components/Start/resources/js/card.js
Normal file
5
nova-components/Start/resources/js/card.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import Card from './components/Card'
|
||||
|
||||
Nova.booting((app, store) => {
|
||||
app.component('start', Card)
|
||||
})
|
||||
Reference in New Issue
Block a user