mirror of
https://github.com/morten-olsen/react-native-ref.git
synced 2026-02-08 00:36:24 +01:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
import { addons } from '@storybook/manager-api';
|
|
import { theme } from './theme';
|
|
|
|
addons.setConfig({
|
|
theme,
|
|
}); |