Skip to content

Commit

Permalink
docs: Shut up warnings about missing imports
Browse files Browse the repository at this point in the history
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.

gatsbyjs/gatsby#17119
  • Loading branch information
LukeShu committed Jun 4, 2021
1 parent a40e258 commit 76a3f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion install/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Alert from '@material-ui/lab/Alert';
import QSTabs from '../quick-start/qs-tabs'
import OldVersionTabs from './old-version-tabs'

Expand Down
4 changes: 3 additions & 1 deletion reference/intercepts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Intercepts
import Alert from '@material-ui/lab/Alert';

# Intercepts

## Intercept behvaior when logged into Ambassador Cloud

Expand Down

0 comments on commit 76a3f73

Please sign in to comment.