mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
6fdcec43dd
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
import { addons } from '@storybook/manager-api';
|
|
import theme from './theme';
|
|
|
|
addons.setConfig({
|
|
theme
|
|
});
|