File tree 2 files changed +2
-2
lines changed
packages/segmented-button/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
>
36
36
37
37
<script lang =" ts" >
38
- import { MDCSegmentedButtonSegmentFoundation } from ' @material/segmented-button/segment/foundation.js ' ;
38
+ import { MDCSegmentedButtonSegmentFoundation } from ' @material/segmented-button' ;
39
39
import { onMount , getContext } from ' svelte' ;
40
40
import { get_current_component } from ' svelte/internal' ;
41
41
import type { ActionArray } from ' @smui/common/internal' ;
Original file line number Diff line number Diff line change 26
26
</div >
27
27
28
28
<script lang =" ts" >
29
- import { MDCSegmentedButtonFoundation } from ' @material/segmented-button/segmented-button/foundation.js ' ;
29
+ import { MDCSegmentedButtonFoundation } from ' @material/segmented-button' ;
30
30
import { onMount , setContext } from ' svelte' ;
31
31
import { writable } from ' svelte/store' ;
32
32
import { get_current_component } from ' svelte/internal' ;
You can’t perform that action at this time.
0 commit comments