🐛 Wrong export in resources

This commit is contained in:
Maxime Lalo 2023-10-03 11:35:13 +02:00
parent 8177fe8c33
commit 6d2f82d125

View File

@ -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";