mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor: remove unused imports
This commit is contained in:
parent
d4a8ec21fe
commit
ba23931727
1 changed files with 0 additions and 2 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import { LanguageCode } from 'iso-639-1';
|
||||
import { z } from 'zod';
|
||||
|
||||
import { AppController } from '@/app.ts';
|
||||
import { languageSchema } from '@/schema.ts';
|
||||
import { Storages } from '@/storages.ts';
|
||||
import { dittoTranslations, dittoTranslationsKey } from '@/translators/translator.ts';
|
||||
import { parseBody } from '@/utils/api.ts';
|
||||
import { getEvent } from '@/queries.ts';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue