feat(frontend): list tokens, use formatted dates

This commit is contained in:
Sam 2023-03-15 23:28:57 +01:00
parent 4fbbafc763
commit bfa810fbb2
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
10 changed files with 66 additions and 18 deletions

View file

@ -15,5 +15,5 @@ export const load = async () => {
interface ExportResponse {
path: string;
created_at: Date;
created_at: string;
}