mirror of
https://github.com/elk-zone/elk.git
synced 2025-05-07 07:44:48 +03:00
chore: unify script setup lang order (#2943)
This commit is contained in:
parent
b2102732cf
commit
3054667050
25 changed files with 25 additions and 25 deletions
components/common
|
@ -1,4 +1,4 @@
|
|||
<script lang="ts" setup>
|
||||
<script setup lang="ts">
|
||||
import { fileOpen } from 'browser-fs-access'
|
||||
import type { FileWithHandle } from 'browser-fs-access'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue