From 3385c4f5c1ba2a7bce71c840bfe0caf21f99bc63 Mon Sep 17 00:00:00 2001 From: atanasster Date: Sun, 8 Mar 2020 19:18:10 -0400 Subject: [PATCH] fix: unused import --- ui/components/src/BlockContainer/BlockContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/src/BlockContainer/BlockContainer.tsx b/ui/components/src/BlockContainer/BlockContainer.tsx index 782ed9923..7f12ad4a2 100644 --- a/ui/components/src/BlockContainer/BlockContainer.tsx +++ b/ui/components/src/BlockContainer/BlockContainer.tsx @@ -1,6 +1,6 @@ /** @jsx jsx */ import React, { FC } from 'react'; -import { jsx, Box, Flex, Link, Divider } from 'theme-ui'; +import { jsx, Flex, Link, Divider } from 'theme-ui'; import Octicon, { Link as LinkIcon, ChevronRight,