Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed May 18, 2022
1 parent 9120560 commit 04efb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/data/joy/components/sheet/sheet.md
Expand Up @@ -15,4 +15,4 @@ unstyled: /base/react-sheet/

## Basic

{{"demo": "SimpleSheet.js"}}
{{"demo": "SimpleSheet.js"}}
6 changes: 1 addition & 5 deletions docs/pages/joy-ui/react-sheet.js
@@ -1,10 +1,6 @@
import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import {
demos,
docs,
demoComponents,
} from 'docs/data/joy/components/sheet/sheet.md?@mui/markdown';
import { demos, docs, demoComponents } from 'docs/data/joy/components/sheet/sheet.md?@mui/markdown';

export default function Page() {
return <MarkdownDocs demos={demos} docs={docs} demoComponents={demoComponents} />;
Expand Down

0 comments on commit 04efb84

Please sign in to comment.