diff --git a/src/components/LeftSidebar/tabs/Skills.js b/src/components/LeftSidebar/tabs/Skills.js index d4a85e63..06d207aa 100644 --- a/src/components/LeftSidebar/tabs/Skills.js +++ b/src/components/LeftSidebar/tabs/Skills.js @@ -1,5 +1,4 @@ import React, { useState, useContext } from 'react'; -import { useTranslation } from 'react-i18next'; import AppContext from '../../../context/AppContext'; import Checkbox from '../../../shared/Checkbox';