mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Moves Tabs to the components folder (#14136)
This commit is contained in:
committed by
GitHub
parent
22f9e12a3b
commit
d0be1ff79e
@@ -20,7 +20,7 @@ import React from 'react';
|
||||
import { Row, Col } from 'src/common/components';
|
||||
import { shallow } from 'enzyme';
|
||||
import App from 'src/profile/components/App';
|
||||
import Tabs from 'src/common/components/Tabs';
|
||||
import Tabs from 'src/components/Tabs';
|
||||
|
||||
import { user } from './fixtures';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user