Files

7 lines
125 B
JavaScript
Raw Permalink Normal View History

import { addons } from '@storybook/preview-api';
import psTheme from './ps-theme';
addons.setConfig({
theme: psTheme,
});