We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11964cd commit 81ca49fCopy full SHA for 81ca49f
components/mdc/CustomCard/CustomCard.svelte
@@ -1,5 +1,6 @@
1
<script>
2
-import { Button, Card } from '../'
+import Button from '../Button'
3
+import Card from '../Card'
4
5
export let src = ''
6
export let alt = 'image is missing'
components/mdc/Page/Page.svelte
@@ -1,5 +1,5 @@
-import { Progress } from '../'
+import Progress from '../Progress'
import appBarTitle from '../TopAppBar/title'
export let loading = false
components/mdc/Tour/Tour.svelte
-import { Dialog } from '../'
+import Dialog from '../Dialog'
import { onMount, tick } from 'svelte'
export let steps = []
0 commit comments