mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 10:09:56 +00:00
fix: Fix merge error
This commit is contained in:
parent
1b469d7269
commit
d70d252209
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { readdir } from "fs/promises";
|
||||||
const extraThemesFolder =
|
const extraThemesFolder =
|
||||||
process.env["LEMMY_UI_EXTRA_THEMES_FOLDER"] || "./extra_themes";
|
process.env["LEMMY_UI_EXTRA_THEMES_FOLDER"] || "./extra_themes";
|
||||||
|
|
||||||
const themes = ReadonlyArray<string>[
|
const themes: ReadonlyArray<string> = [
|
||||||
"darkly",
|
"darkly",
|
||||||
"darkly-red",
|
"darkly-red",
|
||||||
"darkly-compact",
|
"darkly-compact",
|
||||||
|
|
Loading…
Reference in a new issue