remove unused imports

This commit is contained in:
kakkokari-gtyih 2025-08-30 10:32:56 +09:00
parent 35ec4ae7e7
commit 0cab23e717
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup> <script lang="ts" setup>
import isChromatic from 'chromatic/isChromatic'; import isChromatic from 'chromatic/isChromatic';
import { ref, computed, watch } from 'vue'; import { computed } from 'vue';
import { i18n } from '@/i18n.js'; import { i18n } from '@/i18n.js';
import { dateTimeFormat } from '@@/js/intl-const.js'; import { dateTimeFormat } from '@@/js/intl-const.js';
import { useLowresTime } from '@/composables/use-lowres-time.js'; import { useLowresTime } from '@/composables/use-lowres-time.js';