From f75b84605198c04d96ed285960ce8d029bcf0175 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sat, 6 Apr 2019 18:40:58 -0700 Subject: Use emotion jsx callback (not React) --- src/demo-component.js | 1 - 1 file changed, 1 deletion(-) 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' -- cgit v1.2.3