refac: move common to misc

This commit is contained in:
Dmitriy Pleshevskiy 2023-02-01 23:29:58 +03:00
parent 841977b02e
commit 7c4098b2dc
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
3 changed files with 1 additions and 1 deletions

View File

@ -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>