import AuthenticatedLayout from '@/Layouts/AuthenticatedLayout';
import { Head, Link } from '@inertiajs/react';
import { Button } from '@/Components/ui/button';
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/Components/ui/card';
import { BookOpen, Brain, TrendingUp } from 'lucide-react';
interface SrsStats {
due: number;
new: number;
total_learned: number;
}
export default function SrsIndex({ stats }: { stats: SrsStats }) {
return (
Cards ready to review
Ready to learn
Vocabulary mastered
You have no cards due for review. Come back later!