File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ import {
22
22
Tooltip ,
23
23
TopAppBar ,
24
24
setNotice ,
25
- } from './components/mdc'
25
+ } from './components/mdc/index.js '
26
26
27
27
import Badge from './components/Badge.svelte'
28
28
import CustomCard from './components/CustomCard.svelte'
29
29
import Form from './components/Form.svelte'
30
- import Page from './components/page'
30
+ import Page from './components/page/index.js '
31
31
import StaticChip from './components/StaticChip.svelte'
32
32
import Tour from './components/Tour.svelte'
33
33
Original file line number Diff line number Diff line change 2
2
"name" : " @silintl/ui-components" ,
3
3
"version" : " 3.2.0" ,
4
4
"description" : " Reusable Svelte components for some internal applications" ,
5
- "main" : " index.js" ,
5
+ "main" : " index.mjs" ,
6
+ "module" : " index.mjs" ,
6
7
"scripts" : {
7
8
"test" : " echo test" ,
8
9
"format-all" : " npx prettier --write ." ,
Original file line number Diff line number Diff line change 1
1
<script >
2
2
import { Meta , Template , Story } from ' @storybook/addon-svelte-csf'
3
- import { Page } from ' ../index.js '
3
+ import { Page } from ' ../index'
4
4
import { copyAndModifyArgs } from ' ./helpers.js'
5
5
6
6
const args = {
You can’t perform that action at this time.
0 commit comments