From 04efb8458f38557e67d6f5f5a1497cb3edc1dd77 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Wed, 18 May 2022 13:43:28 +0100 Subject: [PATCH] Run prettier --- docs/data/joy/components/sheet/sheet.md | 2 +- docs/pages/joy-ui/react-sheet.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/data/joy/components/sheet/sheet.md b/docs/data/joy/components/sheet/sheet.md index ca9f99ca0b1b82..7dc383fb68ff57 100644 --- a/docs/data/joy/components/sheet/sheet.md +++ b/docs/data/joy/components/sheet/sheet.md @@ -15,4 +15,4 @@ unstyled: /base/react-sheet/ ## Basic -{{"demo": "SimpleSheet.js"}} \ No newline at end of file +{{"demo": "SimpleSheet.js"}} diff --git a/docs/pages/joy-ui/react-sheet.js b/docs/pages/joy-ui/react-sheet.js index 28cecde42dd4d1..c93c07e7d6e346 100644 --- a/docs/pages/joy-ui/react-sheet.js +++ b/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 ;