diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-27 18:12:53 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-27 18:12:53 +0100 |
| commit | 844ae572caf03d19c36e5be54074a92e8b468f87 (patch) | |
| tree | e1c0d57861c4444e4404637460a41fc9c7ed10c6 /src/app.d.ts | |
| parent | chore: update packages (diff) | |
| download | pml68.dev-844ae572caf03d19c36e5be54074a92e8b468f87.tar.gz | |
feat: drop Font Awesome, migrate to SVG icons
Diffstat (limited to 'src/app.d.ts')
| -rw-r--r-- | src/app.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.d.ts b/src/app.d.ts index 743f07b..ede21d9 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -1,5 +1,6 @@ // See https://kit.svelte.dev/docs/types#app // for information about these interfaces +import '@poppanator/sveltekit-svg/dist/svg' declare global { namespace App { // interface Error {} |
