From 1318dfda0e0282ec2546f95162069d0c9a2691cc Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 15 Oct 2021 04:57:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Oops.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Bluelib.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Bluelib.tsx b/src/components/Bluelib.tsx index 49539cd..f3fed62 100644 --- a/src/components/Bluelib.tsx +++ b/src/components/Bluelib.tsx @@ -1,6 +1,6 @@ import * as React from "react" import * as ReactDOM from "react-dom" -import {BluelibTheme, BluelibThemes} from "../types" +import {BluelibTheme} from "../types" import * as Types from "../types" import * as Colors from "../utils/Colors" import Color from "color"