@bigfishtv/cockpit
Version:
25 lines • 1.01 kB
JavaScript
// Cockpit templates
import _AssetsIndex from './AssetsIndex';
export { _AssetsIndex as AssetsIndex };
import _AutoEdit from './AutoEdit';
export { _AutoEdit as AutoEdit };
import _AutoReorderableIndex from './AutoReorderableIndex';
export { _AutoReorderableIndex as AutoReorderableIndex };
import _AutoTableIndex from './AutoTableIndex';
export { _AutoTableIndex as AutoTableIndex };
import _ImageEdit from './ImageEdit';
export { _ImageEdit as ImageEdit };
import _PagesIndex from './PagesIndex';
export { _PagesIndex as PagesIndex };
import _RedirectEdit from './RedirectEdit';
export { _RedirectEdit as RedirectEdit };
import _RedirectsIndex from './RedirectsIndex';
export { _RedirectsIndex as RedirectsIndex };
import _RoleEdit from './RoleEdit';
export { _RoleEdit as RoleEdit };
import _RolesIndex from './RolesIndex';
export { _RolesIndex as RolesIndex };
import _UserEdit from './UserEdit';
export { _UserEdit as UserEdit };
import _UsersIndex from './UsersIndex';
export { _UsersIndex as UsersIndex };