mirror of
https://github.com/bendtherules/some-hooks.git
synced 2026-08-18 22:02:37 +00:00
init create-react-hook@2.6.18
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
|
||||
import { useMyHook } from 'some-hooks'
|
||||
|
||||
const App = () => {
|
||||
const example = useMyHook()
|
||||
return (
|
||||
<div>
|
||||
{example}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
export default App
|
||||
Reference in New Issue
Block a user