uniswap-interface-uncensored/.storybook/manager.ts
Jordan Frankfurt 0ec6cad6d1
Revert "fix(storybook): remove it for now" (#9)
fix rebass types to work with storybook
2021-02-16 17:33:55 -05:00

5 lines
111 B
TypeScript

import { addons } from '@storybook/addons'
import { light } from './theme'
addons.setConfig({ theme: light })