refac: move common to misc
This commit is contained in:
parent
841977b02e
commit
7c4098b2dc
3 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import TheHeader from "@/app/common/components/TheHeader.vue";
|
||||
import TheHeader from "@/app/misc/TheHeader.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Reference in a new issue