import React from "react"; import { StoryFn, Meta } from "@storybook/react"; import { Root } from "./index"; export default { title: "Unofficial/Attribution", component: Root, } as Meta; const Template: StoryFn = () => ; export const Primary = Template.bind({});