chore: clean up

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

View File

@@ -1,3 +1,4 @@
// @ts-expect-error No typings.
import rgba from "color-rgba";
import { observer } from "mobx-react-lite";
import { Helmet } from "react-helmet";

View File

@@ -1,7 +1,7 @@
/**
* This file monitors changes to settings and syncs them to the server.
*/
import { ClientboundNotification } from "revolt.js/esm/websocket/notifications";
import { ClientboundNotification } from "revolt.js";
import { useEffect } from "preact/hooks";