summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-06 18:40:58 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-06 18:40:58 -0700
commitf75b84605198c04d96ed285960ce8d029bcf0175 (patch)
treea222d4e9dcf4e645349610ddd4f8de43b2a039f9
parent6953f291b69ba551304a9fb7a965b97154cc8811 (diff)
Use emotion jsx callback (not React)
-rw-r--r--src/demo-component.js1
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'