This commit is contained in:
Maciej Caderek
2022-01-13 06:00:00 +01:00
commit f3069d6dd1
48 changed files with 2220 additions and 0 deletions

View File

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