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 a3e0339 commit 512fb11Copy full SHA for 512fb11
packages/www/src/Layout/Documentation.tsx
@@ -27,7 +27,7 @@
27
import { MDXRenderer } from 'gatsby-plugin-mdx'
28
import { graphql } from 'gatsby'
29
import React, { FC } from 'react'
30
-import Helmet from 'react-helmet'
+import { Helmet } from 'react-helmet'
31
import styled from 'styled-components'
32
import {
33
Heading,
packages/www/src/pages/index.tsx
@@ -38,7 +38,7 @@ import {
38
import { useStaticQuery, graphql } from 'gatsby'
39
import React from 'react'
40
41
42
import Layout from '../Layout'
43
import { LayoutMain } from '../Layout/Layout'
44
0 commit comments