mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Fix component import
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</NuxtLink>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<NuxtLink class="nav-link" to="/">
|
||||
<NuxtLink class="nav-link" to="/runes">
|
||||
<MaterialIcon name="shield" :size="24" /> Runes
|
||||
</NuxtLink>
|
||||
</li>
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
<script>
|
||||
import MaterialIcon from '~/components/MaterialIcon.vue';
|
||||
import Title from '~/components/Title.vue';
|
||||
import TheTitle from '~/components/TheTitle.vue';
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user