// The next two lines (and this one) can be removed when JSX is added /* eslint-disable react/jsx-filename-extension */ /* eslint-disable-next-line @typescript-eslint/no-unused-vars */ import React from 'react'; import HATCH_CLI_TEMPLATE_VAR_moduleName from './HATCH_CLI_TEMPLATE_VAR_moduleName'; // See https://storybook.js.org/docs/react/writing-stories/introduction for a guide on writing stories export default { title: 'HATCH_CLI_TEMPLATE_VAR_moduleName', component: HATCH_CLI_TEMPLATE_VAR_moduleName, }; export const Basic = {};