Skip to content

Commit

Permalink
backout doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbailey committed May 29, 2020
1 parent 9a12b23 commit 1a01155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/layouts/docs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import order from '../data/docs-navigation.js'
import { frontMatter } from '../pages/docs/**/*.mdx'
import { MDXProvider } from '@mdx-js/react'
import Placement from '../components/placement-table'
import EnterpriseAlert from '../components/enterprise-alert'
import Head from 'next/head'
import Link from 'next/link'

const DEFAULT_COMPONENTS = { Placement, EnterpriseAlert }
const DEFAULT_COMPONENTS = { Placement }

function DocsLayoutWrapper(pageMeta) {
function DocsLayout(props) {
Expand Down

0 comments on commit 1a01155

Please sign in to comment.