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

docs(dialog): fix import of wrong module in example #712

Merged
merged 1 commit into from
Mar 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The Simple Dialog contains a list of potential actions. It does not contain butt
```js
import React, {Component} from 'react';
import Dialog, {DialogTitle, DialogContent} from '@material/react-dialog';
import List, {ListItem, ListItemGraphic, ListItemText} from '@material/react-dialog';
import List, {ListItem, ListItemGraphic, ListItemText} from '@material/react-list';
import MaterialIcon from '@material/react-material-icon';

class Simple extends Component {
Expand Down