mirror of
https://github.com/sct/overseerr.git
synced 2025-09-29 21:51:46 +02:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -16,7 +16,11 @@ const messages = defineMessages({
|
||||
menuAbout: 'About',
|
||||
});
|
||||
|
||||
const SettingsLayout: React.FC = ({ children }) => {
|
||||
type SettingsLayoutProps = {
|
||||
children: React.ReactNode;
|
||||
};
|
||||
|
||||
const SettingsLayout = ({ children }: SettingsLayoutProps) => {
|
||||
const intl = useIntl();
|
||||
|
||||
const settingsRoutes: SettingsRoute[] = [
|
||||
|
Reference in New Issue
Block a user