Spaces:
Running on Zero
Running on Zero
File size: 333 Bytes
ef6e870 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <script lang="ts">
import * as Tooltip from '$lib/components/ui/tooltip';
import Page from '../../../src/routes/(chat)/+page.svelte';
</script>
<!--
Test wrapper that provides necessary context providers for component testing.
This mirrors the providers from +layout.svelte.
-->
<Tooltip.Provider>
<Page />
</Tooltip.Provider>
|