[BREAKING] Chore: update to next v15 (#4661)

This commit is contained in:
shamoon 2025-01-26 00:20:41 -08:00 committed by GitHub
parent dc3382447c
commit 0197b449ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 2655 additions and 2336 deletions

View file

@ -1,5 +1,5 @@
import { useContext } from "react";
import Image from "next/future/image";
import Image from "next/image";
import { SettingsContext } from "utils/contexts/settings";
import { ThemeContext } from "utils/contexts/theme";