chore: update tab setting
This commit is contained in:
parent
c0b9e8eb77
commit
efea4ebb59
@ -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 = () => {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user