Skip to content

Commit 30ee2b3

Browse files
Lint
1 parent e0ec830 commit 30ee2b3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/components/DataSamplesTable.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
*
55
* SPDX-License-Identifier: MIT
66
*/
7-
import {
8-
CardBody,
9-
Grid,
10-
GridProps,
11-
HStack,
12-
Text,
13-
VStack,
14-
} from "@chakra-ui/react";
7+
import { Grid, GridProps, HStack, Text, VStack } from "@chakra-ui/react";
158
import { ButtonEvent } from "@microbit/microbit-connection";
169
import { useCallback, useEffect, useMemo, useState } from "react";
1710
import { FormattedMessage, useIntl } from "react-intl";

0 commit comments

Comments
 (0)