mirror of https://github.com/FlowiseAI/Flowise.git
- Minor fixes to pass eslint checks.
parent
2c379b299a
commit
f0959fe3bf
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { useState } from 'react'
|
||||
|
||||
export default (apiFunc) => {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { IconClipboard, IconDownload } from '@tabler/icons'
|
||||
import { memo, useState } from 'react'
|
||||
import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter'
|
||||
|
|
|
|||
Loading…
Reference in New Issue