chore: Update theme-page.tsx and themes.ts

This commit is contained in:
Mauro Balades
2024-08-26 14:26:11 +02:00
parent 10b764aa7f
commit bfd9c43330
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export interface ZenTheme {
preferences?: string
isColorTheme: boolean
author: string
version: string
}
const THEME_API = "https://zen-browser.github.io/theme-store/themes.json";