WIP: Architecture Refactor, add stub files and working blog post wrapped by AppShell
This commit is contained in:
10
src/frontend/pages/home.tsx
Normal file
10
src/frontend/pages/home.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
|
||||
export function Home() {
|
||||
return (
|
||||
<main>
|
||||
<h1>Home!</h1>
|
||||
<a href="/blog">Blog</a>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user