New styling
This commit is contained in:
parent
0abbfe9088
commit
b26079146c
23 changed files with 341 additions and 129 deletions
5
src/types/page.ts
Normal file
5
src/types/page.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default interface Page {
|
||||
title: string
|
||||
id: string
|
||||
icon: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue