diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/demo-component.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demo-component.js b/src/demo-component.js index ca95e29..15fe3ed 100644 --- a/src/demo-component.js +++ b/src/demo-component.js @@ -2,7 +2,6 @@ // to handle the `css` prop at build time /** @jsx jsx */ import { jsx } from '@emotion/core' -import React from 'react' import { SunlightTheme } from './sunlight-theme' import { css } from '@emotion/core' import colormap from 'colormap' |