Skip to content

Commit 7a1128e

Browse files
committed
fix perf type exports
1 parent 703649c commit 7a1128e

File tree

1 file changed

+1
-5
lines changed
  • packages-exp/performance-exp/src

1 file changed

+1
-5
lines changed

packages-exp/performance-exp/src/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,4 @@ function registerPerformance(): void {
9898
registerPerformance();
9999
registerVersion(name, version);
100100

101-
export {
102-
FirebasePerformance,
103-
PerformanceSettings,
104-
PerformanceTrace
105-
} from '@firebase/performance-types-exp';
101+
export { FirebasePerformance, PerformanceSettings, PerformanceTrace };

0 commit comments

Comments
 (0)