Adding routing and stub about page
This commit is contained in:
parent
61b1b3372b
commit
c78c61ac49
11 changed files with 3331 additions and 3183 deletions
14
client/src/pages/root.tsx
Normal file
14
client/src/pages/root.tsx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import { Header } from "/src/components/header";
|
||||
import "/src/App.css";
|
||||
|
||||
export function Root() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<h1>Starve Me Now!</h1>
|
||||
<p>
|
||||
Edit <code>src/App.tsx</code> to get started!
|
||||
</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue