fix: remove unused Link import in history page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
emil28092005
2026-05-02 02:37:54 +03:00
co-authored by Claude Sonnet 4.6
parent 02a9320c69
commit 7a7424f4ae
-1
View File
@@ -1,7 +1,6 @@
'use client'; 'use client';
import { useState, useEffect, useCallback } from 'react'; import { useState, useEffect, useCallback } from 'react';
import Link from 'next/link';
import { StudentNav } from '@/components/StudentNav'; import { StudentNav } from '@/components/StudentNav';
import { TransactionList } from '@/components/TransactionList'; import { TransactionList } from '@/components/TransactionList';
import { Button } from '@/components/ui'; import { Button } from '@/components/ui';