Remove strict on KaTeX, change error.

This commit is contained in:
Paul
2021-07-31 11:04:31 +01:00
parent 6750812916
commit c9296ee99f
4 changed files with 3 additions and 26 deletions

View File

@@ -7,8 +7,6 @@ import { Channel } from "revolt.js/dist/maps/Channels";
import { useEffect, useState } from "preact/hooks";
import { useClient } from "../../../context/revoltjs/RevoltClient";
import Button from "../../../components/ui/Button";
import Checkbox from "../../../components/ui/Checkbox";
import Tip from "../../../components/ui/Tip";