Skip to content

Commit fa816fa

Browse files
committed
Update import statement
1 parent 6e0fe18 commit fa816fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/components/toast.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2 class="mt-24 mb-16">Props</h2>
2828
<h2 class="mt-24 mb-16">Programmatic toasting</h2>
2929

3030
<syntax-highlight>
31-
import { toast, removeToast, updateToast } from '@fabric-ds/elements';
31+
import { toast, removeToast, updateToast } from '@fabric-ds/elements/toast';
3232
</syntax-highlight>
3333

3434
<p class="mt-4">

0 commit comments

Comments
 (0)