From ef1f39ddec582021684cd4de3f673e0d9e88d7c3 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Thu, 18 Jul 2019 16:37:59 -0700 Subject: [PATCH] lint --- docs/color-system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/color-system.js b/docs/color-system.js index 1f4a4114..4f282e3b 100644 --- a/docs/color-system.js +++ b/docs/color-system.js @@ -2,7 +2,7 @@ import React from 'react' import PropTypes from 'prop-types' import chroma from 'chroma-js' import styled from 'styled-components' -import {Box, StyledOcticon, Text} from '@primer/components' +import {Box, Text} from '@primer/components' import {colors, getPaletteByName} from './color-variables' import Table from './Table'