Skip to content
Snippets Groups Projects
Verified Commit 099772f6 authored by Georg Krause's avatar Georg Krause
Browse files

Fix component import path

parent fdb21a46
Branches
Tags
No related merge requests found
<script setup lang="ts"> <script setup lang="ts">
// This starter template is using Vue 3 <script setup> SFCs // This starter template is using Vue 3 <script setup> SFCs
// Check out https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup // Check out https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup
import FunkwhaleButton from './components/FunkwhaleButton.vue' import FunkwhaleButton from './components/FunkwhaleButton/FunkwhaleButton.vue'
</script> </script>
<template> <template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment