💄 Prettier repository

This commit is contained in:
ajnart
2023-07-21 18:08:40 +09:00
parent b40cafc65a
commit 739b95888b
197 changed files with 507 additions and 335 deletions

View File

@@ -1,4 +1,5 @@
import { NormalizedTorrent } from '@ctrl/shared-torrent';
import { UsenetQueueItem } from '../../../../widgets/useNet/types';
export type NormalizedDownloadQueueResponse = {

View File

@@ -1,4 +1,4 @@
import { IconKey, IconPassword, IconUser, Icon } from '@tabler/icons-react';
import { Icon, IconKey, IconPassword, IconUser } from '@tabler/icons-react';
import { TileBaseType } from './tile';

View File

@@ -1,8 +1,8 @@
import { CategoryType } from './category';
import { WrapperType } from './wrapper';
import { ConfigAppType, AppType } from './app';
import { SettingsType } from './settings';
import { IWidget } from '../widgets/widgets';
import { AppType, ConfigAppType } from './app';
import { CategoryType } from './category';
import { SettingsType } from './settings';
import { WrapperType } from './wrapper';
export interface ConfigType {
schemaVersion: number;