mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 05:58:31 +00:00
fix path not found in swagger file (#14007)
This commit is contained in:
parent
3f8a931e39
commit
fc230002d9
@ -11,12 +11,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import {
|
||||
GRAPH_BACKGROUND_COLOR,
|
||||
PRIMERY_COLOR,
|
||||
TEXT_BODY_COLOR,
|
||||
} from 'constants/constants';
|
||||
import React from 'react';
|
||||
} from '../../constants/constants';
|
||||
import RapiDocReact from './RapiDocReact';
|
||||
import './swagger.less';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user