mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
commit
3828b53d40
2 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
export const load: PageServerLoad = async (event) => {
|
||||
return {};
|
||||
};
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<script lang="ts">
|
||||
</script>
|
||||
|
||||
<h1>Reset Password</h1>
|
||||
Loading…
Reference in a new issue