Files
goInventorize/frontend/src/App.js
2021-07-26 22:41:06 -04:00

12 lines
133 B
JavaScript

function App() {
return (
<>
<div>Frontend Template with Mantine.dev installed</div>
</>
);
}
export default App;