Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 12, 2020
1 parent 6dad9d9 commit f7a822d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ui/components/src/BlockContainer/BlockContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,10 @@ import Octicon, {
ChevronRight,
ChevronDown,
} from '@primer/octicons-react';
import styled from '@emotion/styled';
import { Subtitle } from '../Subtitle';
import { Collapsible } from '../Collapsible';
import { ActionBar, ActionItem } from '../ActionBar';

const FramedBlockContainer = styled.div(() => ({
boxSadow: 'rgba(0, 0, 0, 0.1) 0px 1px 3px 0px',
borderRadius: 4,
border: '1px solid rgba(0, 0, 0, 0.1)',
}));

export interface BlockContainerProps {
/**
* optional section title for the block
Expand Down

0 comments on commit f7a822d

Please sign in to comment.