Ahmad Yusuf
Results
2
comments of
Ahmad Yusuf
Same issue here also
All I did was change `import localFont from "@next/font/local";` to `import localFont from "next/font/local";` and it's working fine now. My problem now is that my icons now need me to...