refactor and simplify things

This commit is contained in:
MapleLeaf
2021-12-22 10:35:55 -06:00
parent 7b3ce42138
commit 765c6fadbb
26 changed files with 351 additions and 441 deletions

View File

@@ -1,7 +1,7 @@
/* eslint-disable import/no-unused-modules */
export * from "./action-row.js"
export * from "./button.js"
export * from "./embed-field.js"
export * from "./embed.js"
export * from "./components/action-row.js"
export * from "./components/button.js"
export * from "./components/embed-field.js"
export * from "./components/embed.js"
export * from "./components/text.js"
export * from "./root.js"
export * from "./text.js"