chore: clean up

This commit is contained in:
Paul Makles
2022-04-27 20:18:51 +01:00
parent cd6f45d16a
commit 77a2d10f8e
31 changed files with 61 additions and 49 deletions

View File

@@ -9,8 +9,8 @@ import {
LeftArrowAlt,
} from "@styled-icons/boxicons-regular";
import { observer } from "mobx-react-lite";
import { Channel } from "revolt.js/esm/maps/Channels";
import { Server } from "revolt.js/esm/maps/Servers";
import { Channel } from "revolt.js";
import { Server } from "revolt.js";
import { ContextMenuWithData, MenuItem } from "preact-context-menu";
import { Text } from "preact-i18n";