refactor: code refactor

This commit is contained in:
Andrea
2024-02-05 19:03:39 +01:00
parent 2e879d9c00
commit fa60885d85
7 changed files with 38 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
import { Link, Outlet } from "@remix-run/react";
import { Link } from "@remix-run/react";
import { Outlet } from "react-router-dom";
import { LinkWrapper } from "~/components/LinkWrapper";
import { useMatch } from "./useMatch";