Replaced depricated @next/font with next/font

This commit is contained in:
Caretaker0699 2023-05-16 14:28:59 -07:00
parent 35cb11cc80
commit d58327be66
2 changed files with 1 additions and 7 deletions

6
package-lock.json generated
View File

@ -8,7 +8,6 @@
"name": "shiloh",
"version": "0.1.0",
"dependencies": {
"@next/font": "^13.3.0",
"animejs": "^3.2.1",
"autoprefixer": "10.4.14",
"core-js": "^3.30.2",
@ -529,11 +528,6 @@
"resolved": "https://registry.npmjs.org/@next/env/-/env-13.3.0.tgz",
"integrity": "sha512-AjppRV4uG3No7L1plinoTQETH+j2F10TEnrMfzbTUYwze5sBUPveeeBAPZPm8OkJZ1epq9OyYKhZrvbD6/9HCQ=="
},
"node_modules/@next/font": {
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@next/font/-/font-13.3.0.tgz",
"integrity": "sha512-xUv7VRUA2Zr6n/KJDILyv7/zGy9xKUsyQURaQqYr7lVxn0REScazwyZQzhSm+DnJoUyo+9DcFs2J3WsZXHUvQw=="
},
"node_modules/@next/swc-darwin-arm64": {
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.3.0.tgz",

View File

@ -1,5 +1,5 @@
import '@/styles/globals.css'
import { Fira_Code } from '@next/font/google'
import { Fira_Code } from 'next/font/google'
import { AnimatePresence, motion } from "framer-motion";
import "../styles/globals.css";
import VideoAsk from '../Components/Elements/VideoAsk';