Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Mar 4, 2024
1 parent a4ebd10 commit 810d3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/InputDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: MIT
*/
import { Button } from "@chakra-ui/button";
import { Box, VStack, Text } from "@chakra-ui/layout";
import { Box, Text, VStack } from "@chakra-ui/layout";
import {
Modal,
ModalBody,
Expand All @@ -14,7 +14,7 @@ import {
ModalOverlay,
} from "@chakra-ui/modal";
import { ThemeTypings } from "@chakra-ui/styled-system";
import { ReactNode, useCallback, useRef, useState } from "react";
import { ReactNode, useCallback, useState } from "react";
import { FormattedMessage } from "react-intl";

export interface InputValidationResult {
Expand Down

0 comments on commit 810d3cd

Please sign in to comment.