Skip to content

Commit fa9bceb

Browse files
committed
fix(radio): 🚑 fix wrong import path
1 parent ccddc51 commit fa9bceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/radio/RadioGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React, { forwardRef, useState } from "react";
22
import { Platform } from "react-native";
33
import { getFocusableTreeWalker } from "@react-aria/focus";
4-
import { styleAdapter } from "lib/typescript";
54

65
import { Box, BoxProps } from "../../primitives";
76
import { useTheme } from "../../theme";
@@ -11,6 +10,7 @@ import {
1110
cx,
1211
getValidChildren,
1312
passProps,
13+
styleAdapter,
1414
} from "../../utils";
1515

1616
import { RadioGroupState, useRadioGroupState } from "./useRadioGroupState";

0 commit comments

Comments
 (0)