style: remove unused imports
This commit is contained in:
parent
b642deb087
commit
bca209ef81
5 changed files with 1 additions and 9 deletions
3
app.vue
3
app.vue
|
@ -6,9 +6,6 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import ContextMenu from '~/components/UserInterface/ContextMenu.vue';
|
||||
import { render } from 'vue';
|
||||
|
||||
const banner = useState("banner", () => false);
|
||||
|
||||
onMounted(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue