diff --git a/src/App.jsx b/src/App.jsx index f01cb14..bb3ecb3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,6 +5,7 @@ import Footer from "./components/Footer/Footer"; import Content from "./components/MainContent/Content"; import { Route, Routes } from "react-router-dom"; import OrchidDetail from "./components/OrchidDetail"; +import SpecialOrchid from "./components/SpecialOrchid"; function App() { const [count, setCount] = useState(0); @@ -14,6 +15,7 @@ function App() {
} /> + } /> }>