mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
hook, store 리네이밍
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { Button, TextButton } from "$lib/components/buttons";
|
||||
import { TitleDiv, BottomDiv } from "$lib/components/divs";
|
||||
import { goto } from "$lib/hooks";
|
||||
import { gotoStateful } from "$lib/hooks";
|
||||
import Order from "./Order.svelte";
|
||||
import { generateKeyPair } from "./service";
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
];
|
||||
|
||||
const generate = async () => {
|
||||
await goto("/key/export", await generateKeyPair());
|
||||
// TODO
|
||||
await gotoStateful("/key/export", await generateKeyPair());
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user