Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit fadc504

Browse files
lucasecdbMatt Goo
authored andcommitted
docs(dialog): Fix import in Dialog readme (#712)
1 parent 69fc637 commit fadc504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dialog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The Simple Dialog contains a list of potential actions. It does not contain butt
106106
```js
107107
import React, {Component} from 'react';
108108
import Dialog, {DialogTitle, DialogContent} from '@material/react-dialog';
109-
import List, {ListItem, ListItemGraphic, ListItemText} from '@material/react-dialog';
109+
import List, {ListItem, ListItemGraphic, ListItemText} from '@material/react-list';
110110
import MaterialIcon from '@material/react-material-icon';
111111

112112
class Simple extends Component {

0 commit comments

Comments
 (0)