1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-01-24 06:21:40 +00:00
movie-web/themes/all.ts

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
]