Fix some more routing related things

This commit is contained in:
itsfinniii
2026-03-15 13:06:30 +01:00
parent 4f3cc40041
commit bc11be5669
5 changed files with 78 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ type PhotoAlbum = {
}
type PhotoAlbumCategory = {
id: string;
title: string;
url: string;
thumbnail: PhotoProps;