We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4554f22 commit 6a05d1dCopy full SHA for 6a05d1d
3 files changed
src/components/calltree/ProfileFunctionListView.tsx
@@ -7,8 +7,7 @@ import * as React from 'react';
7
import explicitConnect from 'firefox-profiler/utils/connect';
8
import { FunctionList } from './FunctionList';
9
import { SelfWing } from './SelfWing';
10
-import { UpperWing } from './UpperWing';
11
-import { LowerWing } from './LowerWing';
+import { UpperWing, LowerWing } from './WingTreeView';
12
import { DisclosureBox } from 'firefox-profiler/components/shared/DisclosureBox';
13
import { WingViewToggle } from './WingViewToggle';
14
import { StackSettings } from 'firefox-profiler/components/shared/StackSettings';
src/components/calltree/UpperWing.tsx
0 commit comments