refactor(ark): rename widget to column

This commit is contained in:
2023-12-26 13:44:38 +07:00
parent 227c2ddefa
commit e1db873bd5
34 changed files with 800 additions and 892 deletions

View File

@@ -1,6 +1,6 @@
export * from "./ark";
export * from "./provider";
export * from "./components/widget";
export * from "./components/column";
export * from "./components/note";
export * from "./hooks/useWidget";
export * from "./hooks/useRichContent";