UNPKG

react-admin

Version:

A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI

7 lines (5 loc) 161 B
import Admin from './Admin'; import AdminRouter from './AdminRouter'; export * from 'ra-core'; export * from 'ra-ui-materialui'; export { Admin, AdminRouter };