Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoduplos committed May 15, 2024
1 parent 5905054 commit f9cc40d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/page-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ import {
ListItem,
Text,
ListIcon,
List,
Tooltip
List
} from '@chakra-ui/react';
import {
CollecticonArrowRight,
CollecticonBrandLinkedin,
CollecticonBrandSatsummit,
CollecticonEnvelope,
Expand All @@ -24,8 +22,6 @@ import Brand from './brand';
import MenuLink from './menu-link';
import { CollecticonBrandX } from './icons/brand-x';

import { visuallyDisableProps } from '$utils/utils';

function FooterBlock(props: FlexProps) {
return <Flex flexFlow='column' gap='4' {...props} />;
}
Expand Down

0 comments on commit f9cc40d

Please sign in to comment.