fix: remove unused Link import in history page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
02a9320c69
commit
7a7424f4ae
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user