chore: deduplicate imports

This commit is contained in:
Ed L
2022-09-10 20:15:42 +01:00
committed by Paul Makles
parent bd62abd69e
commit 75aca87020
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
import isEqual from "lodash.isequal";
import { observer } from "mobx-react-lite";
import { Channel, API } from "revolt.js";
import { DEFAULT_PERMISSION_DIRECT_MESSAGE } from "revolt.js";
import { Channel, API, DEFAULT_PERMISSION_DIRECT_MESSAGE } from "revolt.js";
import { Text } from "preact-i18n";
import { useState } from "preact/hooks";