@@ -178,7 +178,7 @@ EXEMPLO
178178
179179## Import
180180``` javascript
181- import { useGithubAutomatedRepos , ProjectIcon , StackIcon , IGithubRepos } from ' github-automated-repos' ;
181+ import { useGithubAutomatedRepos , ProjectIcon , StackIcon } from ' github-automated-repos/index ' ;
182182```
183183### The package imports four elements:
184184
@@ -231,7 +231,7 @@ EXEMPLO
231231``` javascript
232232 import ' ./App.css' ;
233233 import { useEffect , useState } from ' react' ;
234- import { useGithubAutomatedRepos , ProjectIcon , StackIcon } from ' github-automated-repos' ;
234+ import { useGithubAutomatedRepos , ProjectIcon , StackIcon } from ' github-automated-repos/index ' ;
235235 function App () {
236236 {/* useGithubAutomatedRepos hook*/ }
237237 const { dataReposGithub } = useGithubAutomatedRepos ()
@@ -293,7 +293,7 @@ EXEMPLO
293293``` typescript
294294 import ' ./App.css' ;
295295 import { useEffect , useState } from ' react' ;
296- import { useGithubAutomatedRepos , ProjectIcon , StackIcon , IGithubRepos } from ' github-automated-repos' ;
296+ import { useGithubAutomatedRepos , ProjectIcon , StackIcon } from ' github-automated-repos/index ' ;
297297 function App() {
298298 {/* useGithubAutomatedRepos hook*/ }
299299 const { dataReposGithub } = useGithubAutomatedRepos ()
0 commit comments