added pro grid, minor updates from demo

This commit is contained in:
Tim Chamberlain
2022-07-14 13:24:36 -05:00
parent a9777a6a3b
commit 86adca86dc
6 changed files with 368 additions and 202 deletions

View File

@ -13,7 +13,7 @@
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
import { useParams } from "react-router-dom";
import {useParams} from "react-router-dom";
// @mui material components
import Grid from "@mui/material/Grid";
@ -22,13 +22,12 @@ import Grid from "@mui/material/Grid";
import MDBox from "components/MDBox";
// Settings page components
// import CreateForm from "qqq/pages/entity-create/components/CreateForm";
import BaseLayout from "qqq/components/BaseLayout";
import ViewContents from "./components/ViewContents";
function EntityView(): JSX.Element
{
const { id } = useParams();
const {id} = useParams();
return (
<BaseLayout>