From e4351789d20df12ab8d70021acb5674bb59cae0c Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 11 Oct 2018 12:23:19 +0200 Subject: Fix linter error --- packages/dev-tools-pages/ts/components/ui/button.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/dev-tools-pages') diff --git a/packages/dev-tools-pages/ts/components/ui/button.tsx b/packages/dev-tools-pages/ts/components/ui/button.tsx index 4fe1b3644..754eca40e 100644 --- a/packages/dev-tools-pages/ts/components/ui/button.tsx +++ b/packages/dev-tools-pages/ts/components/ui/button.tsx @@ -2,8 +2,6 @@ import { darken, saturate } from 'polished'; import * as React from 'react'; import styled from 'styled-components'; -import { Container } from './container'; - /** * AN EXAMPLE OF HOW TO CREATE A STYLED COMPONENT USING STYLED-COMPONENTS * SEE: https://www.styled-components.com/docs/basics#coming-from-css -- cgit v1.2.3