fix: reformat frontend code

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-01-07 23:34:45 +01:00
parent 1c73c89d45
commit 35f7274b7f
6 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ export interface NoteDetails extends Omit<NoteMetadata, UnnecessaryNoteAttribute
frontmatterRendererInfo: RendererFrontmatterInfo
}
export type Iso6391Language = typeof ISO6391[number]
export type Iso6391Language = (typeof ISO6391)[number]
export type OpenGraph = Record<string, string>