Minor fix

This commit is contained in:
2023-05-26 19:05:24 +08:00
parent 54c5ffa10c
commit d9908be26d

View File

@@ -1,7 +1,6 @@
import { Component, ContextType } from "preact";
import { useEffect, useState } from "preact/hooks";
import Button from "preact-material-components/Button";
import Checkbox from "preact-material-components/Checkbox";
import { tw } from "twind";
import { GlobalCtx } from "../components/GlobalContext.tsx";
import { ConfigType } from "../config.ts";