Skip to content

Commit

Permalink
add missing src/index.svelte from template
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jun 20, 2024
1 parent d6fefb8 commit d1e4be8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script context="module">
export { Session } from "./session.mjs";
export { login } from "./login.mjs";
import Login from "./Login.svelte";
export { Login };
</script>

0 comments on commit d1e4be8

Please sign in to comment.