mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-19 23:52:11 +00:00
fix: oops import order
This commit is contained in:
parent
c5c6c35799
commit
589b3170b1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "6.4.105",
|
||||
"version": "6.4.106",
|
||||
"license": "BUSL-1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { SUPPORTS } from './settings'
|
||||
import SUPPORTS from './settings/supports'
|
||||
|
||||
import type { AuthResponse, Native, TorrentInfo } from 'native'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue