We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i run the application i got this error Failed to compile
./src/components/AddKeyword.tsx:4:0 Module not found: Can't resolve '@/components/loading' 2 | 3 | import { useEffect, useState } from "react";
4 | import Loading from "@/components/loading"; 5 | import ChooseReference from "@/components/ChooseReference"; 6 | 7 | export default function AddKeyword() {
https://nextjs.org/docs/messages/module-not-found
i m using ubuntu 24.0 and env python 3.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i run the application i got this error
Failed to compile
./src/components/AddKeyword.tsx:4:0
Module not found: Can't resolve '@/components/loading'
2 |
3 | import { useEffect, useState } from "react";
https://nextjs.org/docs/messages/module-not-found
i m using ubuntu 24.0 and env python 3.9
The text was updated successfully, but these errors were encountered: