diff --git a/src/pages/CadastroVan.css b/src/pages/VeiculoCadastro.css similarity index 100% rename from src/pages/CadastroVan.css rename to src/pages/VeiculoCadastro.css diff --git a/src/pages/CadastroVan.tsx b/src/pages/VeiculoCadastro.tsx similarity index 98% rename from src/pages/CadastroVan.tsx rename to src/pages/VeiculoCadastro.tsx index d3eac23..dc2a42b 100644 --- a/src/pages/CadastroVan.tsx +++ b/src/pages/VeiculoCadastro.tsx @@ -27,12 +27,12 @@ import carsService from '../services/functions/carsService' import * as vansRoutes from '../services/api/vans'; -import "./CadastroVan.css"; +import "./VeiculoCadastro.css"; import { Color } from "@ionic/core"; import { closeToast } from "../services/utils"; import { PageHeader } from "../components/PageHeader"; -const CadastroVan: React.FC = () => { +const VeiculoCadastro: React.FC = () => { const history = useHistory(); const [showToast, setShowToast] = useState(false); @@ -371,4 +371,4 @@ const CadastroVan: React.FC = () => { ); }; -export default CadastroVan; +export default VeiculoCadastro;