Skip to content

Commit

Permalink
fix: import spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
poomthiti committed May 9, 2023
1 parent 43b2b4d commit da9c484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/LabelText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { FlexProps } from "@chakra-ui/react";
import { Flex, Text } from "@chakra-ui/react";

import { TooltipInfo } from "./TooltipComponent";

interface LabelTextProps extends FlexProps {
label: string;
tooltipText?: string;
Expand Down

0 comments on commit da9c484

Please sign in to comment.