chore: Update client dependencies

This commit is contained in:
Maksim Eltyshev
2026-02-04 17:52:04 +01:00
parent 450bd875c1
commit f8cd7474d1
17 changed files with 2310 additions and 1876 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
*/
import { matchPath } from 'react-router-dom';
import { matchPath } from 'react-router';
export default (pathname, paths) => {
for (let i = 0; i < paths.length; i += 1) {