UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

9 lines (8 loc) 279 B
import React from "react"; /** * `DashboardPage` is the main page for the dashboard. * It uses a manual css-grid layout, since MUI's `Grid` is * not actually a grid, but a 12-col, bootstrap-like layout. */ declare const DashboardPage: React.FC; export default DashboardPage;