feat(columns): add default column

This commit is contained in:
2024-01-02 12:28:48 +07:00
parent 7856d6d49d
commit 698f5a5d6d
12 changed files with 271 additions and 3 deletions

View File

@@ -98,3 +98,6 @@ export * from "./src/depotFilled";
export * from "./src/nwcFilled";
export * from "./src/moveLeft";
export * from "./src/moveRight";
export * from "./src/help";
export * from "./src/plusSquare";
export * from "./src/column";