1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
market/.storybook/manager.js
2022-07-11 07:37:32 -04:00

7 lines
109 B
JavaScript

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