Spaces:
Build error
Build error
File size: 316 Bytes
fdaf912 b7917d5 fdaf912 b7917d5 fdaf912 |
1 2 3 4 5 6 7 8 9 10 11 |
import AdminMenu from './admin-menu';
import AdminManageUsers from './admin-manage-users';
import AdminManageRequests from './admin-manage-requests';
import AdminManageCollections from './admin-manage-collections';
export {
AdminMenu,
AdminManageRequests,
AdminManageCollections,
AdminManageUsers
}; |