Skip to content

Commit

Permalink
hotfix: NotFound import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra2888 committed Nov 6, 2023
1 parent 27cf6d9 commit 1e3b668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Outlet, RouterProvider, createBrowserRouter } from 'react-router-dom';
import { HomeLayout } from './layout';
import { NotFound } from './pages/NotFound';
import { RecipeDetails } from './pages/recipeDetails';
import { Home } from "./pages/Home"
import {NotFound} from "./pages/NotFound";

const router = createBrowserRouter([
{
Expand Down

0 comments on commit 1e3b668

Please sign in to comment.