mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 23:39:11 +00:00
feat: page and components for timeline
This commit is contained in:
parent
e134d1cf00
commit
4e1b4cb5fe
4 changed files with 124 additions and 1 deletions
|
@ -6,7 +6,8 @@ export type Route = {
|
|||
const routes: Route[] = [
|
||||
{ url: '/', label: 'Home' },
|
||||
{ url: '/projects', label: 'Projects' },
|
||||
{ url: '/toolbox', label: 'Toolbox' }
|
||||
{ url: '/toolbox', label: 'Toolbox' },
|
||||
{ url: '/timeline', label: 'Timeline' }
|
||||
// { url: '/blog', label: 'Blog' }
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue