New styling

This commit is contained in:
Henry Hiles 2025-01-25 14:09:07 +00:00
commit b26079146c
23 changed files with 341 additions and 129 deletions

5
src/types/page.ts Normal file
View file

@ -0,0 +1,5 @@
export default interface Page {
title: string
id: string
icon: string
}