diff --git a/docs/tutorials/guards.md b/docs/tutorials/guards.md
index bddf8c6..ab7c0f7 100644
--- a/docs/tutorials/guards.md
+++ b/docs/tutorials/guards.md
@@ -8,7 +8,7 @@ Guards allow to conditionally display or include content. For instance, the `IfI
```tsx
import { Canvas } from '@react-three/fiber'
-import { XR, createXRStore } from '@react-three/xr'
+import { IfInSessionMode, XR, createXRStore } from '@react-three/xr'
const store = createXRStore()
@@ -18,9 +18,9 @@ export function App() {
>