fix: duplicate script setup + unused import

fix_layout
Flycro 2023-04-29 12:44:43 +02:00
parent 1f67089636
commit f268da20b1
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<script setup> <script setup>
import { NavigationModel, Nav } from "./components/Index.js"; import { NavigationModel } from "./components/Index.js";
</script> </script>

View File

@ -1,7 +1,3 @@
<script setup>
</script>
<template> <template>
<div class="chest"> <div class="chest">
<h1>Chest</h1> <h1>Chest</h1>