OperationCode/front-end

View on GitHub
.storybook/manager.js

Summary

Maintainability
A
0 mins
Test Coverage
import { addons } from '@storybook/addons';
import OCTheme from './OCTheme';

addons.setConfig({
  theme: OCTheme,
});