2
0
mirror of https://github.com/movie-web/movie-web.git synced 2025-01-18 06:39:12 +01:00

12 lines
186 B
TypeScript
Raw Normal View History

import teal from "./list/teal";
import blue from "./list/blue";
import red from "./list/red";
import gray from "./list/gray";
export const allThemes = [
teal,
blue,
gray,
red
]