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