diff options
Diffstat (limited to 'src/client/pages/HomePage.tsx')
| -rw-r--r-- | src/client/pages/HomePage.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/pages/HomePage.tsx b/src/client/pages/HomePage.tsx new file mode 100644 index 0000000..1d65484 --- /dev/null +++ b/src/client/pages/HomePage.tsx @@ -0,0 +1,8 @@ +export function HomePage() { + return ( + <div> + <h1>Kioku</h1> + <p>Spaced repetition learning app</p> + </div> + ); +} |
