mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 17:27:06 +08:00
11 lines
199 B
TypeScript
11 lines
199 B
TypeScript
export {
|
|
getPageAttachments,
|
|
uploadIcon,
|
|
uploadUserAvatar,
|
|
uploadSpaceIcon,
|
|
uploadWorkspaceIcon,
|
|
removeAvatar,
|
|
removeSpaceIcon,
|
|
removeWorkspaceIcon,
|
|
} from "./attachment-service.ts";
|