From d099b7ba618e0f1cfdb55e317c7e1e243d106272 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 9 Apr 2021 23:28:32 +0200 Subject: [PATCH] yarn prettier --- packages/material-ui-lab/src/TreeView/TreeView.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui-lab/src/TreeView/TreeView.d.ts b/packages/material-ui-lab/src/TreeView/TreeView.d.ts index 2a8c357942d399..2f1591ba279c8a 100644 --- a/packages/material-ui-lab/src/TreeView/TreeView.d.ts +++ b/packages/material-ui-lab/src/TreeView/TreeView.d.ts @@ -1,7 +1,7 @@ import * as React from 'react'; import { InternalStandardProps as StandardProps } from '@material-ui/core'; import { Theme } from '@material-ui/core/styles'; -import { SxProps} from '@material-ui/system'; +import { SxProps } from '@material-ui/system'; export interface TreeViewPropsBase extends StandardProps> { /**