From d9908be26d3c99597949f417984e0cd3d89dbe85 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Fri, 26 May 2023 19:05:24 +0800 Subject: [PATCH] Minor fix --- islands/Settings.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/islands/Settings.tsx b/islands/Settings.tsx index 26e97da..dd5a428 100644 --- a/islands/Settings.tsx +++ b/islands/Settings.tsx @@ -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";