- Minor fixes to pass eslint checks.

pull/1272/head
Greg L 2023-11-23 18:56:50 -05:00
parent 2c379b299a
commit f0959fe3bf
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import { useState } from 'react'
export default (apiFunc) => {

View File

@ -1,4 +1,3 @@
import { IconClipboard, IconDownload } from '@tabler/icons'
import { memo, useState } from 'react'
import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter'