암호 키 생성 페이지 레이아웃 구현

This commit is contained in:
static
2024-12-26 21:21:20 +09:00
parent da4b753c41
commit 552681115a
8 changed files with 249 additions and 3 deletions

3
src/app.d.ts vendored
View File

@@ -1,5 +1,8 @@
// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
import "unplugin-icons/types/svelte";
declare global {
namespace App {
// interface Error {}