UNPKG

cra-template-ipt-sun

Version:

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

13 lines (10 loc) 178 B
import React from 'react'; import './card.css'; function Card() { return ( <> <div className="card-body">Card</div> </> ); } export default Card;