/** * In this file you can export components that will * be built as a pure React component library. * * Using the command `npm run build:lib` will * produce a folder `lib` with your React components. * * If you're not using a React component library, * this file can be safely deleted. */ import App from './direflow-components/{{names.snake}}/App'; export { App };