Skip to content

Commit fbcaa75

Browse files
authored
fix ab test export warning (#14739)
1 parent 1543c91 commit fbcaa75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ab-testing/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-ignore - extension is required to import this as a package in DCR
2-
import { ABTests, activeABtests } from './abTest.ts';
1+
import { allABTests, activeABtests } from './abTest';
32

4-
export { ABTests, activeABtests };
3+
export { allABTests, activeABtests };

0 commit comments

Comments
 (0)