Skip to content

Commit 512fb11

Browse files
authored
Update how we import helmet in documentation (#829)
1 parent a3e0339 commit 512fb11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/www/src/Layout/Documentation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import { MDXRenderer } from 'gatsby-plugin-mdx'
2828
import { graphql } from 'gatsby'
2929
import React, { FC } from 'react'
30-
import Helmet from 'react-helmet'
30+
import { Helmet } from 'react-helmet'
3131
import styled from 'styled-components'
3232
import {
3333
Heading,

packages/www/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
import { useStaticQuery, graphql } from 'gatsby'
3939
import React from 'react'
4040
import styled from 'styled-components'
41-
import Helmet from 'react-helmet'
41+
import { Helmet } from 'react-helmet'
4242
import Layout from '../Layout'
4343
import { LayoutMain } from '../Layout/Layout'
4444

0 commit comments

Comments
 (0)