refactor(web): organize devtools components

This commit is contained in:
yyh 2025-12-29 15:51:26 +08:00
parent 2c919efa69
commit 303b168718
No known key found for this signature in database
4 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
export { ReactScan } from './react-scan'
export { TanStackDevtoolsWrapper } from './tanstack-devtools'

View File

@ -8,8 +8,8 @@ import { getLocaleOnServer } from '@/i18n-config/server'
import { DatasetAttr } from '@/types/feature'
import { cn } from '@/utils/classnames'
import BrowserInitializer from './components/browser-initializer'
import { ReactScan } from './components/devtools'
import I18nServer from './components/i18n-server'
import { ReactScan } from './components/react-scan'
import SentryInitializer from './components/sentry-initializer'
import RoutePrefixHandle from './routePrefixHandle'
import './styles/globals.css'