Update dependencies

This commit is contained in:
Maksim Eltyshev
2022-02-09 00:56:01 +05:00
parent da9878f220
commit 99862c2f9a
20 changed files with 18933 additions and 27589 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
const NotFound = () => {
function NotFound() {
const [t] = useTranslation();
return (
@@ -11,6 +11,6 @@ const NotFound = () => {
})}
</h1>
);
};
}
export default NotFound;