import '../src/styles.scss'; export const decorators = [ (Story, context) => { return (
{context.title.startsWith('Project Graph') ? (
) : ( )}
); }, ];