Refatora página VeiculoCadastro
This commit is contained in:
@@ -27,12 +27,12 @@ import carsService from '../services/functions/carsService'
|
|||||||
|
|
||||||
import * as vansRoutes from '../services/api/vans';
|
import * as vansRoutes from '../services/api/vans';
|
||||||
|
|
||||||
import "./CadastroVan.css";
|
import "./VeiculoCadastro.css";
|
||||||
import { Color } from "@ionic/core";
|
import { Color } from "@ionic/core";
|
||||||
import { closeToast } from "../services/utils";
|
import { closeToast } from "../services/utils";
|
||||||
import { PageHeader } from "../components/PageHeader";
|
import { PageHeader } from "../components/PageHeader";
|
||||||
|
|
||||||
const CadastroVan: React.FC = () => {
|
const VeiculoCadastro: React.FC = () => {
|
||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
|
|
||||||
const [showToast, setShowToast] = useState<boolean>(false);
|
const [showToast, setShowToast] = useState<boolean>(false);
|
||||||
@@ -371,4 +371,4 @@ const CadastroVan: React.FC = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default CadastroVan;
|
export default VeiculoCadastro;
|
||||||
Reference in New Issue
Block a user