diff --git a/web/pages/labs/index.tsx b/web/pages/labs/index.tsx
index 6fd15b95..890648b0 100644
--- a/web/pages/labs/index.tsx
+++ b/web/pages/labs/index.tsx
@@ -1,4 +1,5 @@
import { CHALLENGES_ENABLED } from 'common/challenge'
+import { DOMAIN } from 'common/envs/constants'
import Masonry from 'react-masonry-css'
import { Col } from 'web/components/layout/col'
import { Page } from 'web/components/page'
@@ -51,7 +52,7 @@ export default function LabsPage() {