Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed May 3, 2024
1 parent 8dbb4d7 commit f7f53d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/AppHome/CTABox.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box, Flex, Text } from '@chakra-ui/react';
import { ReactNode } from 'react';
import { useTranslation } from 'react-i18next';
import { Link } from 'react-router-dom';
import { ReactNode } from 'react';

export default function CTABox({
Icon,
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/DaoDashboard/Info/ParentLink.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link, HStack, Image, Text, Icon } from '@chakra-ui/react';
import { Link, HStack, Text, Icon } from '@chakra-ui/react';
import { ArrowBendLeftUp } from '@phosphor-icons/react';
import { useTranslation } from 'react-i18next';
import { Link as RouterLink } from 'react-router-dom';
Expand Down

0 comments on commit f7f53d9

Please sign in to comment.