chore(refactor): delete context/revoltjs folder

This commit is contained in:
Paul Makles
2022-07-06 13:08:03 +01:00
parent fa9b02c71b
commit de4d644743
30 changed files with 77 additions and 161 deletions

View File

@@ -12,8 +12,6 @@ import { TextReact } from "../../lib/i18n";
import { useApplicationState } from "../../mobx/State";
import { takeError } from "../../context/revoltjs/util";
import ServerIcon from "../../components/common/ServerIcon";
import UserIcon from "../../components/common/user/UserIcon";
import {
@@ -21,6 +19,7 @@ import {
useSession,
} from "../../controllers/client/ClientController";
import RequiresOnline from "../../controllers/client/jsx/RequiresOnline";
import { takeError } from "../../controllers/client/jsx/error";
export default function Invite() {
const history = useHistory();