refactor: Deletes the common/components folder (#18999)

This commit is contained in:
Michael S. Molina
2022-03-04 14:19:14 -03:00
committed by GitHub
parent 9f834e8317
commit 329855170e
95 changed files with 260 additions and 281 deletions

View File

@@ -20,7 +20,7 @@ import React, { CSSProperties } from 'react';
import ButtonGroup from 'src/components/ButtonGroup';
import Alert from 'src/components/Alert';
import moment from 'moment';
import { RadioChangeEvent } from 'antd/lib/radio';
import { RadioChangeEvent } from 'src/components';
import Button from 'src/components/Button';
import shortid from 'shortid';
import rison from 'rison';