mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 22:42:51 +08:00
7 lines
215 B
TypeScript
7 lines
215 B
TypeScript
import CssBaseline from '../css-baseline'
|
|
import useWarning from '../utils/use-warning'
|
|
|
|
useWarning('Module "CSSBaseline" is deprecated. Use `CssBaseline` instead of it.', 'CSSBaseline')
|
|
|
|
export default CssBaseline
|