lint: format and lint

This commit is contained in:
Julien Calixte
2026-02-09 12:03:03 +01:00
parent 878847b5d2
commit ed157cb4df
5 changed files with 27 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
export type Note = {
did: string
rkey: string
title: string
content: string
publishedAt: Date
createdAt: Date
}
did: string;
rkey: string;
title: string;
content: string;
publishedAt: Date;
createdAt: Date;
};