mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
import blue from "./list/blue";
|
|
import gray from "./list/gray";
|
|
import red from "./list/red";
|
|
import teal from "./list/teal";
|
|
|
|
export const allThemes = [teal, blue, gray, red];
|