chore: update tab setting

This commit is contained in:
Faisal Amir 2025-04-15 20:02:05 +07:00 committed by Louis
parent c0b9e8eb77
commit efea4ebb59
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
2 changed files with 7 additions and 4 deletions

View File

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

View File

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