Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 94e5332

Browse files
committed
chore: update examples
1 parent 6beca23 commit 94e5332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hello-world-src-dir/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useDeno } from 'aleph'
1+
import { useDeno } from 'aleph/react.ts'
22
import React from 'react'
33
import Logo from '../components/logo.tsx'
44
import useCounter from '../lib/useCounter.ts'

examples/hello-world/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useDeno } from 'aleph'
1+
import { useDeno } from 'aleph/react.ts'
22
import React from 'react'
33
import Logo from '../components/logo.tsx'
44
import useCounter from '../lib/useCounter.ts'

0 commit comments

Comments
 (0)