UNPKG

cra-template-ipt-sun-redux

Version:

The base template for Create React App with Redux folder structure dedicated for the creator of this template.

21 lines (15 loc) 346 B
// Molecules Components import Button from './molecules/Button'; // Organisms Components import Counter from './organisms/Counter'; // Templates Components import Content from './templates/Content'; export const molecules = { Button, }; export const organisms = { Counter, }; export const templates = { Content, };