import { ComponentStory, ComponentMeta } from '@storybook/react'; import { Notifications } from './index'; export default { title: 'App Components/Settings/Notifications', component: Notifications, } as ComponentMeta; export const Interactive: ComponentStory = () => { return {}} />; }; Interactive.args = {};