Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
layanmoyura committed Feb 14, 2025
1 parent ed07e2a commit eda8c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LetterboxdDashboard.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"use client"; // Add this as the first line
import React, { useState } from 'react';
import { BarChart, Bar, XAxis, YAxis, CartesianGrid, Tooltip, LineChart, Line } from 'recharts';
import { BarChart, Bar, XAxis, YAxis, CartesianGrid, Tooltip} from 'recharts';
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
import { Input } from '@/components/ui/input';
import { Button } from '@/components/ui/button';
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
import { Clock, Film, Star, Users, Calendar, TrendingUp } from 'lucide-react';
import { Clock, Film, Star, Users, TrendingUp } from 'lucide-react';

// Mock data - in a real app, this would come from your API
const mockData = {
Expand Down

0 comments on commit eda8c24

Please sign in to comment.