import "./App.css"; import Index from "./pages/Index.tsx"; import RecipePage from "./pages/RecipePage.tsx"; import AddRecipe from "./pages/AddRecipe.tsx"; import About from "./pages/About.tsx" import RecipeIngredients from "./pages/RecipeIngredients.tsx" import RecipeSteps from "./pages/RecipeSteps.tsx" import RecipeBookTabs from "./components/RecipeBookTabs.tsx"; import { Routes, Route } from "react-router-dom"; function App() { return (
} /> } /> } /> } /> } /> } />
); } export default App;