Skip to content

Commit

Permalink
♻️ refactor: updated order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayngie committed Dec 21, 2023
1 parent cbac6a8 commit b49241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { FoodAdvice } from "./components/pages/FoodAdvice";
import { RecipeTips } from "./components/pages/RecipeTips";
import { SearchFood } from "./components/pages/SearchFood";
import { AboutProject } from "./components/pages/AboutProject";
import './index.scss'
import { ErrorPage404 } from './components/pages/ErrorPage404';
import './index.scss'

export const router = createBrowserRouter([
{
Expand Down

0 comments on commit b49241b

Please sign in to comment.