create-react-component-folder
Version:
Creates single react component folder structure
17 lines (16 loc) • 485 B
JavaScript
import CompWithProps from './CompWithProps';
import CompWithSass from './CompWithSass';
import NativeCompWithProps from './NativeCompWithProps';
import NormalComp from './NormalComp';
import NormalNativeComp from './NormalNativeComp';
import TypescriptComp from './TypescriptComp';
import TypescriptNativeComp from './TypescriptNativeComp';
export {
CompWithProps,
CompWithSass,
NativeCompWithProps,
NormalComp,
NormalNativeComp,
TypescriptComp,
TypescriptNativeComp,
};