Add dedicated dir and storybook (#13553)

This commit is contained in:
Geido
2021-04-05 23:11:50 +03:00
committed by GitHub
parent f291ba05c6
commit fa1e028974
6 changed files with 100 additions and 17 deletions

View File

@@ -20,7 +20,8 @@ import React from 'react';
import { t } from '@superset-ui/core';
import { Moment } from 'moment';
import { isInteger } from 'lodash';
import { Col, DatePicker, InputNumber, Row } from 'src/common/components';
import { Col, InputNumber, Row } from 'src/common/components';
import { DatePicker } from 'src/components/DatePicker';
import { Radio } from 'src/common/components/Radio';
import { Select } from 'src/components/Select';
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';