diff --git a/src/Notary/index.ts b/src/Notary/index.ts index 8c6275d..f13415e 100644 --- a/src/Notary/index.ts +++ b/src/Notary/index.ts @@ -14,7 +14,7 @@ export { default as Notification } from "./Notification"; export { default as UserNotification } from "./UserNotification"; export { default as Office } from "./Office"; export { default as OfficeFolder } from "./OfficeFolder"; -export { default as OfficeFolderAnchor } from "./OfficeFolder"; +export { default as OfficeFolderAnchor } from "./OfficeFolderAnchor"; export { default as Rule } from "./Rule"; export { default as Role } from "./Role"; export { default as OfficeRole } from "./OfficeRole";