refactor(space): Migrate Space to Ant Design 5 (#31693)

This commit is contained in:
Mehmet Salih Yavuz
2025-01-03 18:41:03 +03:00
committed by GitHub
parent 7c90323649
commit ca12a1d466
6 changed files with 121 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ import {
import { Global } from '@emotion/react';
import { Column } from 'react-table';
import { debounce } from 'lodash';
import { Space } from 'src/components';
import { Space } from 'src/components/Space';
import { Input } from 'src/components/Input';
import {
BOOL_FALSE_DISPLAY,