Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
oswiil committed Dec 17, 2023
1 parent 3478281 commit 3e72208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/components/mainLang.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ function LangCli(user_name) {
fetchData();
}, [fetchData]);

const handlerCopy = (text) => {
window.prompt(text);
};
return (
<>
{console.log(data) &&
Expand Down
2 changes: 0 additions & 2 deletions src/components/repoHook.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React, { useEffect, useState, useCallback } from 'react';
import github from '../utils/axios';
import Progress from './progress';
import axios from 'axios';
import debounce from 'lodash/debounce'; // Importa específicamente la función debounce de lodash

function RepoCli(user_name) {
Expand Down

0 comments on commit 3e72208

Please sign in to comment.