This commit is contained in:
parent
23dc34dbbf
commit
2836e857ad
1 changed files with 0 additions and 4 deletions
|
@ -3,8 +3,6 @@ import {
|
|||
createMemo,
|
||||
createRenderEffect,
|
||||
createSignal,
|
||||
createUniqueId,
|
||||
onMount,
|
||||
Show,
|
||||
type Accessor,
|
||||
type Component,
|
||||
|
@ -43,14 +41,12 @@ import {
|
|||
} from "@suid/icons-material";
|
||||
import type { Account } from "../accounts/stores";
|
||||
import "./TootComposer.css";
|
||||
import { makeEventListener } from "@solid-primitives/event-listener";
|
||||
import BottomSheet from "../material/BottomSheet";
|
||||
import { useLanguage } from "../platform/i18n";
|
||||
import iso639_1 from "iso-639-1";
|
||||
import ChooseTootLang from "./ChooseTootLang";
|
||||
import type { mastodon } from "masto";
|
||||
import cardStyles from "../material/cards.module.css";
|
||||
import { Title } from "../material/typography";
|
||||
import Menu, { createManagedMenuState } from "../material/Menu";
|
||||
import { useDefaultSession } from "../masto/clients";
|
||||
import { resolveCustomEmoji } from "../masto/toot";
|
||||
|
|
Loading…
Reference in a new issue