UNPKG

template-maker

Version:

A CLI to generate project templates with alot of options!!

14 lines (11 loc) 191 B
import React from 'react' import './App.css'; import Main from './components/main' function App() { return ( <div className="App"> <Main/> </div> ); } export default App;