Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Nov 25, 2024
1 parent 778dca5 commit 806276b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lib/modules/marketing/landing-v3/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import { Text, Center, VStack, useColorModeValue, Button } from '@chakra-ui/react'
import Noise from '@repo/lib/shared/components/layout/Noise'
import { useEffect, useState, useRef, useCallback } from 'react'
import { motion, useAnimationControls } from 'framer-motion'
import { useEffect, useState, useRef } from 'react'
import { motion } from 'framer-motion'
import { ArrowUpRight } from 'react-feather'
import NextLink from 'next/link'
import { Title } from './Title'
Expand Down

0 comments on commit 806276b

Please sign in to comment.