diff --git a/desktop/plugins/public/ui-debugger/components/Tree2.tsx b/desktop/plugins/public/ui-debugger/components/Tree.tsx similarity index 100% rename from desktop/plugins/public/ui-debugger/components/Tree2.tsx rename to desktop/plugins/public/ui-debugger/components/Tree.tsx diff --git a/desktop/plugins/public/ui-debugger/components/main.tsx b/desktop/plugins/public/ui-debugger/components/main.tsx index d072746d0..5e6a552c2 100644 --- a/desktop/plugins/public/ui-debugger/components/main.tsx +++ b/desktop/plugins/public/ui-debugger/components/main.tsx @@ -19,7 +19,7 @@ import {Inspector} from './sidebar/Inspector'; import {Controls} from './Controls'; import {Spin} from 'antd'; import FeedbackRequest from './fb-stubs/feedback'; -import {Tree2} from './Tree2'; +import {Tree2} from './Tree'; export function Component() { const instance = usePlugin(plugin);