Skip to content

Commit

Permalink
fix(web): import helmet from node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Jan 29, 2024
1 parent 63aba23 commit 916c03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/Metadata.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'

import { Head as HelmetHead } from '../index'
import { Helmet as HelmetHead } from 'react-helmet-async'

// Ideally we wouldn't include this for non experiment builds
// But.... not worth the effort to remove it from bundle atm
Expand Down

0 comments on commit 916c03d

Please sign in to comment.