aboutsummaryrefslogtreecommitdiff
path: root/src/app.d.ts
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-02-27 18:12:53 +0100
committerpml68 <tutorialmester@gmail.com>2024-02-27 18:12:53 +0100
commit844ae572caf03d19c36e5be54074a92e8b468f87 (patch)
treee1c0d57861c4444e4404637460a41fc9c7ed10c6 /src/app.d.ts
parentchore: update packages (diff)
downloadpml68.dev-844ae572caf03d19c36e5be54074a92e8b468f87.tar.gz
feat: drop Font Awesome, migrate to SVG icons
Diffstat (limited to '')
-rw-r--r--src/app.d.ts1
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 {}