mirror of
https://github.com/zen-browser/www.git
synced 2025-07-09 09:45:34 +02:00
Fixed formatting of some of the files
This commit is contained in:
parent
87448aca2c
commit
f7556d933d
1 changed files with 2 additions and 2 deletions
|
@ -23,5 +23,5 @@ export interface ReleaseNote {
|
||||||
isTwilight?: boolean
|
isTwilight?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse()
|
export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse();
|
||||||
export { default as releaseNotesTwilight } from './release-notes/twilight.json'
|
export { default as releaseNotesTwilight } from './release-notes/twilight.json';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue