Skip to content

Commit 7b149a8

Browse files
committed
chore: Import Box from customizables
1 parent 37dc8c6 commit 7b149a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/clerk-js/src/ui/elements/CodeControl.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ import type { PropsWithChildren } from 'react';
33
import React, { useCallback } from 'react';
44

55
import type { LocalizationKey } from '../customizables';
6-
import { descriptors, Flex, Input } from '../customizables';
6+
import { Box, descriptors, Flex, Input } from '../customizables';
77
import { useCardState } from '../elements/contexts';
88
import { useLoadingStatus } from '../hooks';
9-
import { Box } from '../primitives';
109
import type { PropsOfComponent } from '../styledSystem';
1110
import { common, mqu } from '../styledSystem';
1211
import { handleError } from '../utils/errorHandler';

0 commit comments

Comments
 (0)