Skip to content

Commit a47a7b1

Browse files
authored
Merge pull request #34 from Naetffy/Mateo
7.0.0
2 parents e42cf69 + 5f11953 commit a47a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Wardrobe/Wardrobe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import apiClient from '../../services/apiClient';
66
import { FiPlus } from "react-icons/fi";
77
import './Wardrobe.css';
88
import '../../i18n';
9-
import { useTranslation } from 'react-i18next';
9+
import { useTranslation } from 'react-i18next'
1010

1111
// 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.
1212
const Wardrobe = () => {

0 commit comments

Comments
 (0)