Skip to content

Commit ddb0f65

Browse files
lint node
1 parent dfbd354 commit ddb0f65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/components/ApiInfo.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import React, { useState, useEffect } from 'react';
22
import shortid from 'shortid';
3-
import { explode } from '../libs/strings'
43
import type { IAPIInfo } from '../libs/types'
54
import ApiInfoRules from './elements/ApiInfoRules'
6-
import { ChevronRightIcon, LinkIcon, EnvelopeIcon } from '@heroicons/react/24/outline'
75

86
interface Props {
97
lrdDocsItem: IAPIInfo,

0 commit comments

Comments
 (0)