Upgrade next to v14

This commit is contained in:
shamoon
2023-11-11 14:22:39 -08:00
parent 6ed4472441
commit 583ce4d11f
4 changed files with 2526 additions and 3283 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";