Skip to content

Commit

Permalink
fix: mdx var re-added
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 16, 2020
1 parent b5e76dc commit 8d2139f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/blocks/src/test/MDXStory.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/* eslint-disable @typescript-eslint/no-unused-vars */

import React from 'react';

/* @jsx mdx */
//@ts-ignore
import { mdx } from '@mdx-js/react';

const layoutProps = {};

Expand Down

0 comments on commit 8d2139f

Please sign in to comment.