mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
fix: default.css not found
This commit is contained in:
@@ -30,7 +30,7 @@ const consts = {
|
||||
'Dodger Blue',
|
||||
'Violet Eggplant'
|
||||
],
|
||||
THEMES: ['default'].concat(themes)
|
||||
THEMES: themes,
|
||||
}
|
||||
|
||||
module.exports = consts
|
||||
|
||||
Reference in New Issue
Block a user