mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-05 17:00:39 +00:00
bug due to dep update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script context="module" lang="ts">
|
||||
export async function load({ page }) {
|
||||
export async function load({ params }) {
|
||||
return {
|
||||
props: page.params,
|
||||
props: params,
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user