UNPKG

generator-premiere-mern-stack

Version:

A fully function MERN stack generator running on the latest and greatest thats easy to get started with

12 lines (9 loc) 166 B
import React from "react"; const Subpage = () => { return ( <div className="subpage"> <h1>Welcome to the subpage</h1> </div> ); }; export default Subpage;