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";