mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
250 B
250 B
import { start } from '@storybook/preview-api';
import './globals';
import render from './render';
const api = start(render);
// the boilerplate code