fix: duplicate script setup + unused import
parent
1f67089636
commit
f268da20b1
|
|
@ -1,5 +1,5 @@
|
|||
<script setup>
|
||||
import { NavigationModel, Nav } from "./components/Index.js";
|
||||
import { NavigationModel } from "./components/Index.js";
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="chest">
|
||||
<h1>Chest</h1>
|
||||
|
|
|
|||
Loading…
Reference in New Issue