mirror of
https://github.com/plankanban/planka.git
synced 2025-12-28 09:15:02 +03:00
Update dependencies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user