removed deprecated react-router-dom, as all falls within react-router now
CI / Build & Quality Checks (pull_request) Canceled after 5m40s
CI / Trigger Desktop Build (pull_request) Canceled after 0s

This commit is contained in:
2026-08-02 19:33:13 -04:00
parent a48936ab4a
commit 17322cc955
58 changed files with 58 additions and 124 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { useMatch } from 'react-router-dom';
import { useMatch } from 'react-router';
import {
getHomeCreatePath,
getHomeJoinPath,