Skip to content

Commit 80a4be8

Browse files
authored
fix: remove unnecessary imports (#1)
1 parent e616714 commit 80a4be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetworkInformations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Flex, Heading, Link, Table, Tbody, Td, Text, Th, Thead, Tr } from '@chakra-ui/react'
1+
import { Flex, Heading, Link, Table, Tbody, Td, Text, Tr } from '@chakra-ui/react'
22
import React, { useMemo } from 'react'
33

44
interface NetworkInformationsProps {

0 commit comments

Comments
 (0)