Skip to content

Commit 560d4c6

Browse files
committed
docs: axios-hooks doc fix
1 parent 974615e commit 560d4c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/axios-hooks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
- Zero configuration, but configurable if needed
1010

1111
```js
12-
import useAxios from 'axios-hooks'
12+
import useAxios from 'axios-hooks';
13+
import { View , Text, TouchableOpacity } from "react-native";
1314

1415
function App() {
1516
const [{ data, loading, error }, refetch] = useAxios(

0 commit comments

Comments
 (0)