mirror of
https://github.com/docmost/docmost.git
synced 2026-05-17 14:54:05 +08:00
bd68e47e03
* feat: page verification workflow * feat: refactor page-verification * sync * fix type * fix * fix * notification icon * use full word * accept .license file * - update templates - update migration and notification * fix copy * update audit labels * sync * add space name
6 lines
252 B
TypeScript
6 lines
252 B
TypeScript
export * from "./components/page-verification-modal";
|
|
export * from "./components/verifier-list";
|
|
export * from "./queries/page-verification-query";
|
|
export * from "./services/page-verification-service";
|
|
export * from "./types/page-verification.types";
|