adds profile page

This commit is contained in:
Christian Beutel
2024-02-27 22:59:22 +01:00
parent 965e4196ae
commit 0d3683a319
13 changed files with 342 additions and 69 deletions

View File

@@ -6,6 +6,7 @@ export class List {
name: string;
description?: string;
avatar?: string;
trails?: string[];
expand?: {
trails: Trail[]
}