Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSaltyy authored and github-actions[bot] committed Feb 11, 2025
1 parent 38e6afd commit e172fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/pages/[username]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import Head from 'next/head'
import Link from 'next/link'
import { useRouter } from 'next/router'
import { useEffect, useState } from 'react'
import { FaCrown } from 'react-icons/fa6'
import { UserBetsTable } from 'web/components/bet/user-bets-table'
import { FollowButton } from 'web/components/buttons/follow-button'
import { TextButton } from 'web/components/buttons/text-button'
Expand Down

0 comments on commit e172fc1

Please sign in to comment.