mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-31 09:10:16 -06:00
lint
This commit is contained in:
parent
3dc92ee27b
commit
791c7d1d8e
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ import { hemisphere } from '@@/js/intl-const.js';
|
|||
import lightTheme from '@@/themes/p-light2.json5';
|
||||
import darkTheme from '@@/themes/p-dark2.json5';
|
||||
import type { SoundType } from '@/scripts/sound.js';
|
||||
import type { Ast } from '@syuilo/aiscript';
|
||||
import { DEFAULT_DEVICE_KIND, type DeviceKind } from '@/scripts/device-kind.js';
|
||||
import { miLocalStorage } from '@/local-storage.js';
|
||||
import { Storage } from '@/pizzax.js';
|
||||
import type { Ast } from '@syuilo/aiscript';
|
||||
|
||||
interface PostFormAction {
|
||||
title: string,
|
||||
|
|
Loading…
Reference in a new issue