From c7e4cd7c923002a5ee7eebc348d7f12645dd311e Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Thu, 2 Jun 2022 14:11:18 +0300 Subject: [PATCH] Remove unused imports --- pages/develop/[[...slug]].tsx | 54 ----------------------------------- 1 file changed, 54 deletions(-) diff --git a/pages/develop/[[...slug]].tsx b/pages/develop/[[...slug]].tsx index bf3387a..7189373 100644 --- a/pages/develop/[[...slug]].tsx +++ b/pages/develop/[[...slug]].tsx @@ -1,5 +1,4 @@ import { Label } from "@radix-ui/react-label"; -import { Switch, SwitchThumb } from "../../components/Switch"; import type { NextPage } from "next"; import dynamic from "next/dynamic"; import { Gear, Play } from "phosphor-react"; @@ -141,59 +140,6 @@ const CompilerSettings = () => { - - - { - state.compileOptions.strip = checked; - }} - > - - - ); };