Skip to content

Commit 4e5db76

Browse files
committed
Fix homepage syntax
1 parent 83f52d3 commit 4e5db76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/gatsby-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { trackPageview } from '@codesandbox/common/lib/utils/analytics';
1+
const { trackPageview } = require('@codesandbox/common/lib/utils/analytics');
22

33
exports.onClientEntry = () => {
44
(function addDocSearch() {

0 commit comments

Comments
 (0)