|
@@ -3,6 +3,7 @@ import Alpine from 'alpinejs'
|
|
import Analytics from './components/Analytics'
|
|
import Analytics from './components/Analytics'
|
|
import Color from './components/Color'
|
|
import Color from './components/Color'
|
|
import Contact from './components/Contact'
|
|
import Contact from './components/Contact'
|
|
|
|
+import Font from './components/Font'
|
|
import Skills from './components/Skills'
|
|
import Skills from './components/Skills'
|
|
|
|
|
|
function main() {
|
|
function main() {
|
|
@@ -10,6 +11,7 @@ function main() {
|
|
Alpine.data('analytics', Analytics(import.meta.env.VITE_ANALYTICS_WEBSITE_ID || ''))
|
|
Alpine.data('analytics', Analytics(import.meta.env.VITE_ANALYTICS_WEBSITE_ID || ''))
|
|
Alpine.data('color', Color)
|
|
Alpine.data('color', Color)
|
|
Alpine.data('contact', Contact)
|
|
Alpine.data('contact', Contact)
|
|
|
|
+ Alpine.data('font', Font)
|
|
Alpine.data('skills', Skills)
|
|
Alpine.data('skills', Skills)
|
|
Alpine.start()
|
|
Alpine.start()
|
|
}
|
|
}
|