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) 193 B
import React from 'react'; import './content.css'; function Content() { return ( <> <div className="content-body">Content</div> </> ); } export default Content;