Skip to content

Commit

Permalink
codegen router
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff committed Oct 4, 2024
1 parent d7ba502 commit a4fe89f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ROUTES = {
image: wave_function_collapse_image
},
git: {
lastModified: 1728062827000,
lastModified: 1728081804000,
firstAdded: 1727995709000
},
},
Expand Down Expand Up @@ -154,8 +154,8 @@ export const ROUTES = {
title: 'Ants',
},
git: {
lastModified: 0,
firstAdded: 0
lastModified: 1728081821000,
firstAdded: 1727995709000
},
}
} as const satisfies Record<Routes, Route>

0 comments on commit a4fe89f

Please sign in to comment.