Skip to content

Commit

Permalink
Merge pull request #337 from vinho-notas/VIN-236-Refatorar-o-componen…
Browse files Browse the repository at this point in the history
…te-WineReviewForm-para-que-o-Tipo-de-vinho-seja-um-Enum

feat: VIN-236 - excluindo componentes desneecssários
  • Loading branch information
vanderleik committed Apr 8, 2024
2 parents 1dc5d01 + e6fd8e5 commit 1694d0d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 246 deletions.
2 changes: 0 additions & 2 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Routes, Route, } from 'react-router-dom';
import Header from './components/header/Header';
import Home from './components/home/Home';
import Wine from './components/wine/Wine';
import WineReview from './components/wine/WineReview';
import Footer from './components/footer/Footer';
import Tasting from './components/tasting/Tasting';
import TastingCard from './components/tasting/TastingCard';
Expand Down Expand Up @@ -38,7 +37,6 @@ function App() {

<Route path="/wine" element={<Wine />} />
<Route path="/wine-list" element={<ListWineComponent />} />
<Route path="/wine-review" element={<WineReview />} />
<Route path="/wine-review-list" element={<ListPointScaleComponent />} />

<Route path="/tasting" element={<Tasting />} />
Expand Down
9 changes: 0 additions & 9 deletions frontend/src/components/wine/SearchWine.jsx

This file was deleted.

71 changes: 0 additions & 71 deletions frontend/src/components/wine/WineReview.jsx

This file was deleted.

32 changes: 0 additions & 32 deletions frontend/src/components/wine/forms/SearchWineForm.jsx

This file was deleted.

25 changes: 0 additions & 25 deletions frontend/src/components/wine/forms/WineReviewFinal.jsx

This file was deleted.

107 changes: 0 additions & 107 deletions frontend/src/components/wine/forms/WineReviewForm.jsx

This file was deleted.

0 comments on commit 1694d0d

Please sign in to comment.