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:
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function () {
|
||||
return (
|
||||
<div>
|
||||
<h1>Login</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user