chore: Moves Collapse to the components folder (#14124)

This commit is contained in:
Michael S. Molina
2021-04-16 19:55:04 -03:00
committed by GitHub
parent b83ee46d0f
commit 77a9cc7088
14 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
*/
import React, { useEffect, useState } from 'react';
import { styled, t } from '@superset-ui/core';
import Collapse from 'src/common/components/Collapse';
import Collapse from 'src/components/Collapse';
import {
ColumnOption,
MetricOption,