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 83f52d3 commit 4e5db76Copy full SHA for 4e5db76
packages/homepage/gatsby-browser.js
@@ -1,4 +1,4 @@
1
-import { trackPageview } from '@codesandbox/common/lib/utils/analytics';
+const { trackPageview } = require('@codesandbox/common/lib/utils/analytics');
2
3
exports.onClientEntry = () => {
4
(function addDocSearch() {
0 commit comments