Skip to content

Commit

Permalink
feat: Continuando a US03
Browse files Browse the repository at this point in the history
  • Loading branch information
JoosPerro committed Aug 23, 2024
1 parent 24a1188 commit 6efff72
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 605 deletions.
6 changes: 3 additions & 3 deletions riso_frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { BrowserRouter as Router, Route, Routes} from 'react-router-dom';
import Autentication from './pages/Autentication';
import HomePage from './pages/HomePage';
import RegisterUnit from './pages/CadastroEmpresa';
import AddCollaborator from './pages/AddCollaborator';
import addUnityModal from './components/addUnityModal/index';

function App() {
return (
<Router>
<Routes>
<Route path='/' element={<Autentication />} />
<Route path='/' element={<addUnityModal />} />
{/*<Route path='/' element={<Autentication />} />*/}
<Route path='/homePage' element={<HomePage />} />
<Route path='/addCollabrator' element={<AddCollaborator/>}/>
<Route path='/registerUnit' element={<RegisterUnit/>}/>
</Routes>
</Router>
Expand Down
9 changes: 9 additions & 0 deletions riso_frontend/src/components/addUnityModal/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from "react";

function addUnityModal() {
return (
<h1>Você Logou</h1>
);
}

export default addUnityModal;
55 changes: 0 additions & 55 deletions riso_frontend/src/pages/AddCollaborator/index.js

This file was deleted.

Loading

0 comments on commit 6efff72

Please sign in to comment.