import { Page } from './Page'; export default { title: 'Page', component: Page, }; export const Primary = () => (
);