Fixed formatting of some of the files

This commit is contained in:
mr. m 2025-03-12 17:45:03 +01:00 committed by GitHub
parent 87448aca2c
commit f7556d933d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,5 +23,5 @@ export interface ReleaseNote {
isTwilight?: boolean
}
export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse()
export { default as releaseNotesTwilight } from './release-notes/twilight.json'
export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse();
export { default as releaseNotesTwilight } from './release-notes/twilight.json';