Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 8, 2020
1 parent 449ca8c commit 3385c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/src/BlockContainer/BlockContainer.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 3385c4f

Please sign in to comment.