chore: run bun format to automatically format the frontend code
This commit is contained in:
+2
@@ -17,12 +17,14 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
For commercial licensing, please contact support@quantumnous.com
|
||||
*/
|
||||
import type { LucideIcon } from 'lucide-react'
|
||||
|
||||
import { Button } from '@/components/ui/button'
|
||||
import {
|
||||
Tooltip,
|
||||
TooltipContent,
|
||||
TooltipTrigger,
|
||||
} from '@/components/ui/tooltip'
|
||||
|
||||
import { MESSAGE_ACTION_BUTTON_STYLES } from '../../constants'
|
||||
|
||||
interface MessageActionButtonProps {
|
||||
|
||||
@@ -19,6 +19,7 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
import { useCallback } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import { toast } from 'sonner'
|
||||
|
||||
import { MESSAGE_ACTION_LABELS } from '../constants'
|
||||
|
||||
/**
|
||||
|
||||
@@ -18,7 +18,11 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
*/
|
||||
import { DEFAULT_CONFIG, DEFAULT_PARAMETER_ENABLED } from '../../constants'
|
||||
import type { Message, ParameterEnabled, PlaygroundConfig } from '../../types'
|
||||
import { loadConfig, loadMessages, loadParameterEnabled } from '../storage/storage'
|
||||
import {
|
||||
loadConfig,
|
||||
loadMessages,
|
||||
loadParameterEnabled,
|
||||
} from '../storage/storage'
|
||||
|
||||
export type MessageStateUpdater =
|
||||
| Message[]
|
||||
|
||||
Reference in New Issue
Block a user