chore: sort components into subfolders
This commit is contained in:
parent
2299d3a17a
commit
86ddae62b2
12 changed files with 13 additions and 12 deletions
2
app.vue
2
app.vue
|
@ -6,7 +6,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import ContextMenu from '~/components/ContextMenu.vue';
|
||||
import ContextMenu from '~/components/UserInterface/ContextMenu.vue';
|
||||
import { render } from 'vue';
|
||||
|
||||
const banner = useState("banner", () => false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue