feat(frontend): list tokens, use formatted dates
This commit is contained in:
parent
4fbbafc763
commit
bfa810fbb2
10 changed files with 66 additions and 18 deletions
|
@ -15,5 +15,5 @@ export const load = async () => {
|
|||
|
||||
interface ExportResponse {
|
||||
path: string;
|
||||
created_at: Date;
|
||||
created_at: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue