We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbd354 commit ddb0f65Copy full SHA for ddb0f65
ui/src/components/ApiInfo.tsx
@@ -1,9 +1,7 @@
1
import React, { useState, useEffect } from 'react';
2
import shortid from 'shortid';
3
-import { explode } from '../libs/strings'
4
import type { IAPIInfo } from '../libs/types'
5
import ApiInfoRules from './elements/ApiInfoRules'
6
-import { ChevronRightIcon, LinkIcon, EnvelopeIcon } from '@heroicons/react/24/outline'
7
8
interface Props {
9
lrdDocsItem: IAPIInfo,
0 commit comments