Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Mar 24, 2022
1 parent 3929abc commit cb2993e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import type {ComponentProps} from 'react';
import React, { isValidElement} from 'react';
import React, {isValidElement} from 'react';
import CodeBlock from '@theme/CodeBlock';
import type {Props} from '@theme/MDXComponents/Code';

Expand Down

0 comments on commit cb2993e

Please sign in to comment.