🔧 Upgraded react-router to 7 and refactored

This commit is contained in:
2025-02-17 17:17:08 -05:00
parent b83d40d7e6
commit 5c2a455d73
17 changed files with 87 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
import React, { ReactElement } from "react";
import { Outlet } from "react-router-dom";
import { Outlet } from "react-router";
import { Navbar2 } from "./shared/Navbar2";
import { ToastContainer } from "react-toastify";
import "../assets/scss/App.scss";