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

@@ -18,7 +18,7 @@
*/
import React, { FunctionComponent, useState } from 'react';
import SchemaForm, { FormProps, FormValidation } from 'react-jsonschema-form';
import { Row, Col } from 'src/common/components';
import { Row, Col } from 'src/components';
import { Input, TextArea } from 'src/components/Input';
import { t, styled } from '@superset-ui/core';
import * as chrono from 'chrono-node';