From 809f14d6437717b81c4512618dab67fd555298b0 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 6 Jan 2020 23:41:11 +0100 Subject: [PATCH] unused import --- test/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.tsx b/test/index.tsx index 77929de..57e7bc4 100644 --- a/test/index.tsx +++ b/test/index.tsx @@ -1,6 +1,6 @@ import React from 'react' import ReactDOM from 'react-dom' -import { Mode, useLightSwitch, modeSelector, useModeSelector } from '../' +import { Mode, useLightSwitch, useModeSelector } from '../' const Simple: React.FC = () => {