This commit is contained in:
Maciej Caderek
2022-01-22 06:00:40 +01:00
parent 6112c00dec
commit ec7a11c9b6
20 changed files with 262 additions and 139 deletions

View File

@@ -1,21 +1,21 @@
import avocado from "./avocado";
import calm from "./calm";
import standard from "./standard";
import glass from "./glass";
import kittens from "./kittens";
import lichess from "./lichess";
import lila from "./lila";
import mono from "./mono";
import peach from "./peach";
import temp from "./temp";
export default {
avocado,
calm,
glass,
kittens,
lichess,
lila,
mono,
peach,
standard,
temp,
};