Skip to content

Commit

Permalink
breaking: deprecate ControlBox
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Nov 17, 2023
1 parent 837ac75 commit 0da8025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/deprecated/ControlBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useOnce } from '@tonic-ui/react-hooks';
import { sx } from '@tonic-ui/styled-system';
import { ariaAttr } from '@tonic-ui/utils';
import React, { forwardRef } from 'react';
import Box from './Box';
import { Box } from '../box';

const ControlBox = forwardRef((
{
Expand Down

0 comments on commit 0da8025

Please sign in to comment.