Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsd committed Sep 15, 2023
1 parent c70deff commit 6da6544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export default TodoManager;
import TodoManager from "./TodoManager.svelte";
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
import TodoManager from "./TodoManager.svelte";

// Reexport your entry components here
export default TodoManager;

0 comments on commit 6da6544

Please sign in to comment.