🔧 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,7 +1,7 @@
import { map, unionBy } from "lodash";
import React, { ReactElement } from "react";
import ellipsize from "ellipsize";
import { Link, useNavigate } from "react-router-dom";
import { Link, useNavigate } from "react-router";
import Card from "../shared/Carda";
import Header from "../shared/Header";