diff --git a/ab-testing/index.ts b/ab-testing/index.ts index a47483ecebe..9ff4e3a5038 100644 --- a/ab-testing/index.ts +++ b/ab-testing/index.ts @@ -1,4 +1,3 @@ -// @ts-ignore - extension is required to import this as a package in DCR -import { ABTests, activeABtests } from './abTest.ts'; +import { allABTests, activeABtests } from './abTest'; -export { ABTests, activeABtests }; +export { allABTests, activeABtests };