remove unused import

This commit is contained in:
goat 2021-09-07 21:42:32 +02:00
parent 55a7b00954
commit a32a7d409f
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -5,8 +5,6 @@ import { ServerPermission } from "revolt.js/dist/api/permissions";
import { Server } from "revolt.js/dist/maps/Servers";
import styled from "styled-components";
import { Text } from "preact-i18n";
import Header from "../ui/Header";
import IconButton from "../ui/IconButton";