Skip to content

Commit

Permalink
fix: expose AsComponent for custom Template classes
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 16, 2024
1 parent 45978dd commit c72688c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export { default as Template } from "./Template.svelte";
export { default as AsComponent } from "./AsComponent.svelte";
// export { default as ios } from "./ios.svelte";
// export { default as android } from "./android.svelte";

0 comments on commit c72688c

Please sign in to comment.