mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
fix lint
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import teal from "./list/teal";
|
||||
import blue from "./list/blue";
|
||||
import red from "./list/red";
|
||||
import gray from "./list/gray";
|
||||
import red from "./list/red";
|
||||
import teal from "./list/teal";
|
||||
|
||||
export const allThemes = [
|
||||
teal,
|
||||
blue,
|
||||
gray,
|
||||
red
|
||||
]
|
||||
export const allThemes = [teal, blue, gray, red];
|
||||
|
Reference in New Issue
Block a user