fix: oops import order

This commit is contained in:
ThaUnknown 2025-08-27 23:05:01 +02:00
parent c5c6c35799
commit 589b3170b1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -1,4 +1,4 @@
import { SUPPORTS } from './settings'
import SUPPORTS from './settings/supports'
import type { AuthResponse, Native, TorrentInfo } from 'native'