Skip to content

Commit d0e6d64

Browse files
Merge pull request #205 from rakutentech/feature/route-param-ui
lint node
2 parents 57452c0 + ddb0f65 commit d0e6d64

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)