diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-10 11:13:19 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-10 11:13:19 -0800 |
commit | 2b6e837fa27c276de0b024cf4e5fa20306e23bdb (patch) | |
tree | 4b95e72fe4f5279dd1bbc37252d4a0a58f8097d3 /src/components/container.js | |
parent | 1a5ae791dae701f255cc32d0c7932adeb8dc5b5a (diff) |
Use react-emotion
Diffstat (limited to 'src/components/container.js')
-rw-r--r-- | src/components/container.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/container.js b/src/components/container.js index f4726a3..5b4aad8 100644 --- a/src/components/container.js +++ b/src/components/container.js @@ -1,5 +1,5 @@ import React from 'react' -import { css } from 'emotion' +import { css } from 'react-emotion' import { breakpoints, margins } from './globals' const mq = breakpoints |