chore: update tab setting

This commit is contained in:
Faisal Amir 2025-04-15 20:02:05 +07:00
parent 6aa2ea8da4
commit f07a821a00
2 changed files with 7 additions and 4 deletions

View File

@ -1,9 +1,12 @@
import React, { useState, useEffect, useCallback } from 'react'
import { ScrollArea, Tabs } from '@janhq/joi'
import MCPSearch from './search'
import MCPConfiguration from './configuration'
import { useAtomValue } from 'jotai'
import MCPConfiguration from './configuration'
import MCPSearch from './search'
import { showScrollBarAtom } from '@/helpers/atoms/Setting.atom'
const MCP = () => {

View File

@ -1,9 +1,9 @@
import React, { useState, useEffect, useCallback } from 'react'
import { npxFinder, NPMPackage } from 'npx-scope-finder'
import { Button, Input } from '@janhq/joi'
import { PlusIcon } from 'lucide-react'
import { npxFinder, NPMPackage } from 'npx-scope-finder'
import { toaster } from '@/containers/Toast'
interface MCPConfig {