Skip to content

Commit 5132c76

Browse files
committed
Really fix exports
1 parent eff4e55 commit 5132c76

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
File renamed without changes.

src/lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from './SvelteImg.svelte'

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import cat12 from './cat12.jpg?run&width=640&height=640&fit=cover'
1515
import cat13 from './cat13.jpg?run&width=640&height=640&fit=cover'
1616
import cat14 from './cat14.jpg?run&width=640&height=640&fit=cover'
1717
import cat15 from './cat15.jpg?run&width=640&height=640&fit=cover'
18-
import Img from '$lib/index.svelte'
18+
import Img from '$lib/index.js'
1919
2020
const features = [
2121
['Full width responsive images served in multiple widths and next-gen formats.', cat02],

0 commit comments

Comments
 (0)