fix path not found in swagger file (#14007)

This commit is contained in:
Ashish Gupta 2023-11-17 11:47:27 +05:30 committed by GitHub
parent 3f8a931e39
commit fc230002d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';