mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
import { addons } from '@storybook/addons'
|
|
import theme from './theme'
|
|
|
|
addons.setConfig({
|
|
theme: theme
|
|
})
|