+ Computed
+ Count: {count}
+ Doubled: {doubled}
+
+
+
+
+
+ )
+}
diff --git a/apps/next/src/app/hooks/page.tsx b/apps/next/src/app/hooks/page.tsx
index bdcfb63f..5a237e53 100644
--- a/apps/next/src/app/hooks/page.tsx
+++ b/apps/next/src/app/hooks/page.tsx
@@ -6,6 +6,7 @@ import { DebounceExample } from './DebounceExample'
import { CounterExample } from './CounterExample'
import { EventListenerExample } from './EventListenerExample'
import { ClickOutsideExample } from './ClickOutsideExample'
+import { ComputedExample } from './ComputedExample'
export default async function HooksPage() {
return (
@@ -18,6 +19,7 @@ export default async function HooksPage() {