Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin committed Nov 8, 2023
1 parent 33831a2 commit fe450b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/features/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Flex, Button, Container, Heading, Link, Box } from '@chakra-ui/react';
import NextLink from 'next/link';
import { links } from '@/constants/links';
import { ReactNode, useEffect, useRef } from 'react';
import { ReactNode, useEffect } from 'react';
import { gsap } from 'gsap';

const CustomLink = ({
Expand Down

0 comments on commit fe450b7

Please sign in to comment.