khronoz's picture
V.0.3.1.1 πŸ› Bugfix (#30)
b7917d5 unverified
raw
history blame contribute delete
316 Bytes
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
};