UNPKG

cra-template-ipt-sun-context-crcf

Version:

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

8 lines (5 loc) 109 B
import React from "react"; const Content = () => { return <div>Content</div>; }; export default Content;