fix: replace all remaining react-router imports with @tanstack/react-router in shared UI and hackathon components

This commit is contained in:
maulanasdqn
2026-04-11 17:54:04 +07:00
parent 63da701b1b
commit b48f653a97
4 changed files with 5 additions and 5 deletions
@@ -20,7 +20,7 @@ import {
} from '@ant-design/icons';
import { Button } from '../../atoms';
import { FC, ReactElement, useState } from 'react';
import { Link, useLocation } from 'react-router-dom';
import { Link, useLocation } from '@tanstack/react-router';
import { cn, For } from '@imphnen-frontend-service/utils';
import { useSession } from '@imphnen-frontend-service/service';
+1 -1
View File
@@ -1,6 +1,6 @@
import { MenuOutlined } from '@ant-design/icons';
import { FC, ReactElement, useState } from 'react';
import { Link } from 'react-router-dom';
import { Link } from '@tanstack/react-router';
import { Button } from '../../atoms/button';
import { useModalLogin } from '@imphnen-frontend-service/utils';
import { useSession } from '@imphnen-frontend-service/service';