mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-17 07:14:23 +00:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
import Card from './components/Card'
|
|
|
|
Nova.booting((app, store) => {
|
|
app.component('start', Card)
|
|
})
|