Card compact and expanded template

This commit is contained in:
adilallo
2026-02-11 22:02:10 -07:00
parent f60df15c2b
commit b2ed1d438c
44 changed files with 1920 additions and 48 deletions
+4
View File
@@ -15,6 +15,7 @@ import home from "./pages/home.json";
import learn from "./pages/learn.json";
import navigation from "./navigation.json";
import metadata from "./metadata.json";
import communication from "./create/communication.json";
export default {
common,
@@ -34,6 +35,9 @@ export default {
home,
learn,
},
create: {
communication,
},
navigation,
metadata,
};