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 a2c9e77 commit b1f29a1Copy full SHA for b1f29a1
src/app/pages/ArticlePage/index.tsx
@@ -2,8 +2,6 @@ import withOptimizelyProvider from '#app/legacy/containers/PageHandlers/withOpti
2
import ArticlePage from './ArticlePage';
3
import applyBasicPageHandlers from '../utils/applyBasicPageHandlers';
4
5
-
6
const OptimizelyArticle = withOptimizelyProvider(ArticlePage);
7
8
export default applyBasicPageHandlers(OptimizelyArticle);
9
0 commit comments