Skip to content

Commit 6a05d1d

Browse files
committed
Unify UpperWing and LowerWing tree-view components into WingTreeView.
1 parent 4554f22 commit 6a05d1d

3 files changed

Lines changed: 124 additions & 416 deletions

File tree

src/components/calltree/ProfileFunctionListView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import * as React from 'react';
77
import explicitConnect from 'firefox-profiler/utils/connect';
88
import { FunctionList } from './FunctionList';
99
import { SelfWing } from './SelfWing';
10-
import { UpperWing } from './UpperWing';
11-
import { LowerWing } from './LowerWing';
10+
import { UpperWing, LowerWing } from './WingTreeView';
1211
import { DisclosureBox } from 'firefox-profiler/components/shared/DisclosureBox';
1312
import { WingViewToggle } from './WingViewToggle';
1413
import { StackSettings } from 'firefox-profiler/components/shared/StackSettings';

src/components/calltree/UpperWing.tsx

Lines changed: 0 additions & 386 deletions
This file was deleted.

0 commit comments

Comments
 (0)