We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2685ee1 commit 8935551Copy full SHA for 8935551
snippets/appkit/svelte/wagmi/about/implementation.mdx
@@ -51,14 +51,3 @@ export { appKit }
51
<Note>
52
The `browser` check ensures AppKit is only initialized in the browser environment, which is important for SvelteKit's SSR compatibility.
53
</Note>
54
-
55
-Then import this configuration in your app layout to ensure AppKit is initialized:
56
57
-```svelte
58
-<!-- src/routes/+layout.svelte -->
59
-<script>
60
- import '$lib/appkit';
61
-</script>
62
63
-<slot />
64
-```
0 commit comments