mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 14:44:51 +03:00
Fix linter error
This commit is contained in:
parent
abe68e84a6
commit
0c44e390a2
|
@ -1,9 +1,9 @@
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
|
|
||||||
|
import { jsonToTextPlain } from '../../utils/jsonToTextPlain';
|
||||||
import { isJsonLike, isTextPlainLike, langFromMime } from '../../utils/openapi';
|
import { isJsonLike, isTextPlainLike, langFromMime } from '../../utils/openapi';
|
||||||
import { JsonViewer } from '../JsonViewer/JsonViewer';
|
import { JsonViewer } from '../JsonViewer/JsonViewer';
|
||||||
import { SourceCodeWithCopy } from '../SourceCode/SourceCode';
|
import { SourceCodeWithCopy } from '../SourceCode/SourceCode';
|
||||||
import { jsonToTextPlain } from '../../utils/jsonToTextPlain';
|
|
||||||
|
|
||||||
export interface ExampleValueProps {
|
export interface ExampleValueProps {
|
||||||
value: any;
|
value: any;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user