Fixing references to QController

This commit is contained in:
2022-07-05 13:00:58 -05:00
parent 4960dde81e
commit e834c60bda
4 changed files with 8 additions and 8 deletions

View File

@ -75,7 +75,7 @@ import Icon from "@mui/material/Icon";
import profilePicture from "assets/images/team-3.jpg";
// QQQ
import { QControllerV3 } from "@kingsrook/qqq-frontend-core/lib/controllers/QControllerV2";
import { QController } from "@kingsrook/qqq-frontend-core/lib/controllers/QController";
import EntityList from "./pages/entity-list";
@ -386,7 +386,7 @@ const qqqRoutes = [
{ type: "title", title: "Tables", key: "title-docs" },
];
const qController = new QControllerV3("");
const qController = new QController("");
console.log(qController);
(async () => {