mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Checkpoint - using types out of QController as intended fully typescript types
This commit is contained in:
@ -20,8 +20,8 @@ import Grid from "@mui/material/Grid";
|
||||
import MDBox from "components/MDBox";
|
||||
|
||||
// Settings page components
|
||||
import CreateForm from "qqq/pages/components/EntityForm";
|
||||
import BaseLayout from "qqq/pages/components/BaseLayout";
|
||||
import CreateForm from "qqq/components/EntityForm";
|
||||
import BaseLayout from "qqq/components/BaseLayout";
|
||||
|
||||
function EntityCreate(): JSX.Element {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user