Skip to content

Commit 8cfd5a3

Browse files
committed
chore: fix import in example code
1 parent 698fab5 commit 8cfd5a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Check out the [Webpack template](https://github.com/hperrin/smui-example-webpack
5757
<script>
5858
import Button from '@smui/button';
5959
import Fab from '@smui/fab';
60-
import Textfield, {HelperText} from '@smui/textfield';
60+
import Textfield from '@smui/textfield';
61+
import HelperText from '@smui/textfield/helper-text';
6162
import {Label, Icon} from '@smui/common';
6263
6364
let superText = '';

0 commit comments

Comments
 (0)