Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkellly committed May 22, 2024
1 parent 2ae6e2d commit 407cb0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/timer/timeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Plus, Trash2, X } from 'lucide-react';
import { useMemo, useRef, useState } from 'react';
import {
Dialog,
DialogClose,
DialogContent,
DialogDescription,
DialogFooter,
Expand All @@ -13,9 +12,8 @@ import {
} from '@/components/ui/dialog';
import { Solve, db } from '@/lib/db';
import { cn } from '@/lib/utils';
import { Button } from '../ui/button';
import { ScrollArea } from '../ui/scroll-area';
import { Separator } from '../ui/separator';
import { Button } from '@/components/ui/button';
import { ScrollArea } from '@/components/ui/scroll-area';
import DrawScramble from './drawScramble';

function convertTimeToText(time: number) {
Expand Down

0 comments on commit 407cb0b

Please sign in to comment.