We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e42cf69 + 5f11953 commit a47a7b1Copy full SHA for a47a7b1
src/pages/Wardrobe/Wardrobe.js
@@ -6,7 +6,7 @@ import apiClient from '../../services/apiClient';
6
import { FiPlus } from "react-icons/fi";
7
import './Wardrobe.css';
8
import '../../i18n';
9
-import { useTranslation } from 'react-i18next';
+import { useTranslation } from 'react-i18next'
10
11
// This is the main page of the wardrobe. It will display the products in the wardrobe and allow the user to filter, sort and view the products.
12
const Wardrobe = () => {
0 commit comments