Add import order prettier plugin

This commit is contained in:
2025-04-04 02:10:40 +02:00
parent c3dad3681c
commit 422702b16f
15 changed files with 175 additions and 29 deletions

View File

@ -7,8 +7,8 @@
</head>
<body style="overflow-y: scroll">
<script type="module">
import Popup from '~/entries/popup/Popup.svelte';
import { mount } from 'svelte';
import Popup from '~/entries/popup/Popup.svelte';
mount(Popup, {
target: document.body