Added some Router code to handle the routes and started setting up what I hope will be a nice folder structure for this project.

This commit is contained in:
2021-01-17 13:54:09 -06:00
parent 520b2f7e0b
commit 7f354a50c3
10 changed files with 7151 additions and 2747 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react';
export default function () {
return (
<div>
<h1>Login</h1>
</div>
)
}