reformatted all relevant files to new style

This commit is contained in:
Tim Chamberlain
2022-07-14 14:32:11 -05:00
parent 86adca86dc
commit be42a98d4d
20 changed files with 493 additions and 93 deletions

View File

@ -21,12 +21,12 @@ import MDBox from "components/MDBox";
// Settings page components
import BaseLayout from "qqq/components/BaseLayout";
import { useParams } from "react-router-dom";
import {useParams} from "react-router-dom";
import EntityForm from "qqq/components/EntityForm";
function EntityEdit(): JSX.Element
{
const { id } = useParams();
const {id} = useParams();
return (
<BaseLayout>