Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muddlebee committed Nov 15, 2024
1 parent e37a057 commit 9b2ff78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {
} from "@/components/ui/dialog"
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/components/ui/tooltip"
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"
import { Settings, Clock, ArrowRight, ArrowDownToLine, Wallet, Check, Loader2, Info, ArrowLeftRight } from 'lucide-react'
import { motion, AnimatePresence } from 'framer-motion'
import { Settings, Clock, ArrowRight, Wallet, Check, Loader2, Info, ArrowLeftRight } from 'lucide-react'
import { motion } from 'framer-motion'

interface TokenButtonProps {
token: string;
Expand Down

0 comments on commit 9b2ff78

Please sign in to comment.