mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: Moves Collapse to the components folder (#14124)
This commit is contained in:
committed by
GitHub
parent
b83ee46d0f
commit
77a9cc7088
@@ -19,7 +19,7 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import Card from 'src/common/components/Card';
|
||||
import Collapse from 'src/common/components/Collapse';
|
||||
import Collapse from 'src/components/Collapse';
|
||||
import ButtonGroup from 'src/components/ButtonGroup';
|
||||
import shortid from 'shortid';
|
||||
import { t, styled } from '@superset-ui/core';
|
||||
|
||||
Reference in New Issue
Block a user