Skip to content

Commit

Permalink
[docs] Add missing import (#27850)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenyou committed Aug 23, 2021
1 parent cbcdbc0 commit 564eea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/guides/server-rendering/server-rendering.md
Expand Up @@ -112,6 +112,7 @@ import * as React from 'react';
import ReactDOMServer from 'react-dom/server';
import CssBaseline from '@material-ui/core/CssBaseline';
import { ThemeProvider } from '@material-ui/core/styles';
import { CacheProvider } from '@emotion/react';
import createEmotionServer from '@emotion/server/create-instance';
import App from './App';
import theme from './theme';
Expand Down

0 comments on commit 564eea9

Please sign in to comment.