UNPKG

cra-template-ipt-sun

Version:

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

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