Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit acc7289

Browse files
author
farfromrefug
committed
fix: expose ios / android components (wrapping #if __ANDROID__/__IOS__)
1 parent c72688c commit acc7289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { default as Template } from "./Template.svelte";
22
export { default as AsComponent } from "./AsComponent.svelte";
3-
// export { default as ios } from "./ios.svelte";
4-
// export { default as android } from "./android.svelte";
3+
export { default as ios } from "./ios.svelte";
4+
export { default as android } from "./android.svelte";
55

0 commit comments

Comments
 (0)