From 061c4fc70c39c9333a0cba8487c21d931fca4d7f Mon Sep 17 00:00:00 2001 From: grum-tez <116943950+grum-tez@users.noreply.github.com> Date: Sat, 8 Apr 2023 15:37:35 +1200 Subject: [PATCH] Remove reference to CssBaseline Alternatively, you could include something like: to use css baseline, install material ui with `npm install @mui/material @emotion/react @emotion/styled` and include the following import `import { CssBaseline } from '@mui/material'` --- docs/dapps/project/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dapps/project/app.md b/docs/dapps/project/app.md index d97ec685..e5a6d3e7 100644 --- a/docs/dapps/project/app.md +++ b/docs/dapps/project/app.md @@ -18,7 +18,6 @@ The role of this component is to wrap the main panel component `` w function App() { return (
- @@ -32,3 +31,4 @@ function App() { ); } ``` +