mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-06 14:47:54 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -10,7 +10,7 @@ const messages = defineMessages({
|
||||
returnHome: 'Return Home',
|
||||
});
|
||||
|
||||
const Custom404: React.FC = () => {
|
||||
const Custom404 = () => {
|
||||
const intl = useIntl();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user