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 1543c91 commit fbcaa75Copy full SHA for fbcaa75
ab-testing/index.ts
@@ -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';
+import { allABTests, activeABtests } from './abTest';
3
4
-export { ABTests, activeABtests };
+export { allABTests, activeABtests };
0 commit comments