import { withNotes } from '@ecl-twig/storybook-addon-notes';
import withCode from '@ecl-twig/storybook-addon-code';
import { withDiff } from '@ecl-twig/storybook-addon-diff';
import { withJsCode } from '@ecl-twig/storybook-addon-jscode';
import docs from '../README.md';

export default {
  title: 'Components/#deprecated##componentGroup##component#',
  decorators: [withCode, withNotes, withJsCode, withDiff],
};

