From 76a3f73ff03a14a7f48bc935f9b452ef1753b8dd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 4 Jun 2021 03:06:05 -0600 Subject: [PATCH] docs: Shut up warnings about missing imports They're only warnings and not errors because gatsby-plugin-mdx has broken imports that end up being global so it doesn't *really* matter, but I like not seeing warnings. https://github.com/gatsbyjs/gatsby/issues/17119 --- install/index.md | 1 - reference/intercepts.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install/index.md b/install/index.md index b8eb44261..e8b2c0f10 100644 --- a/install/index.md +++ b/install/index.md @@ -1,4 +1,3 @@ -import Alert from '@material-ui/lab/Alert'; import QSTabs from '../quick-start/qs-tabs' import OldVersionTabs from './old-version-tabs' diff --git a/reference/intercepts.md b/reference/intercepts.md index d5ea796f1..1557de36b 100644 --- a/reference/intercepts.md +++ b/reference/intercepts.md @@ -1,4 +1,6 @@ -# Intercepts +import Alert from '@material-ui/lab/Alert'; + +# Intercepts ## Intercept behvaior when logged into Ambassador Cloud