diff --git a/src/index.js b/src/index.js index c00fe7c3..fbe8350c 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,8 @@ // @flow +import styled from '@emotion/styled'; + +export { styled }; export { ThemeProvider } from 'emotion-theming'; export { createTheme, Z_INDEX, COLORS } from './theme'; export { withModal, useModal, ModalContext } from './components/Modal';