🫡 Delete raycast warning

This commit is contained in:
pheralb
2024-09-04 11:22:41 +01:00
parent 7829b5a862
commit a7d2640dac
2 changed files with 0 additions and 51 deletions
-2
View File
@@ -30,7 +30,6 @@
// Layout:
import Navbar from '@/components/navbar.svelte';
import WarningRaycast from '@/components/warningRaycast.svelte';
</script>
<ModeWatcher />
@@ -88,7 +87,6 @@
</aside>
<div class="ml-0 md:ml-56 pb-6">
<Warning />
<WarningRaycast />
<Transition pathname={data.pathname}>
<slot />
</Transition>