diff --git a/README.md b/README.md
index e32f31b..28bee75 100644
--- a/README.md
+++ b/README.md
@@ -38,32 +38,38 @@ Here's a basic example of how to use xterm-svelte in your SvelteKit application:
```svelte
diff --git a/src/app.d.ts b/src/app.d.ts
index 743f07b..38efea5 100644
--- a/src/app.d.ts
+++ b/src/app.d.ts
@@ -8,6 +8,9 @@ declare global {
// interface PageState {}
// interface Platform {}
}
+
+ declare var hljs: any;
+ declare var FlowbiteInstances: any;
}
-export {};
+export { };
diff --git a/src/app.html b/src/app.html
index b65f18d..28019e3 100644
--- a/src/app.html
+++ b/src/app.html
@@ -7,46 +7,13 @@
%sveltekit.head%
+
%sveltekit.body%
+
-