reactizzen
Version:
Creates single react component folder structure with multiple flags, upgraded version of not maintained anymore create-react-folder-component library.
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,
};