-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
added necessary packages #75
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Shrutim1505 <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @william-wang |
hi @Monokaix u can merge this one to resolve unnecessay conflicts while running |
Hello @Shrutim1505, npm i <package_name> -w frontend One more thing I want to say is about your commit message, you should not use
|
You mean add a ci for build check? just as what #37 is doing. |
I mean to say that like there is a separate And for the commit message, we can add a commit linter like https://commitlint.js.org/, so that everyone follow same convention while writing commit messages. We can create issue related to this. |
It makes sense. |
But I think maybe we can solve this completely after #37 merged. |
Hi @Monokaix @karanBRAVO These imports are essential for the existing frontend because, after each pull, we need to resolve issues related to missing necessary imports. |
Yes you are right but for consistency in the codebase I was suggesting the changes :) |
Ok @karanBRAVO can u open a new PR for the same? |
Dashboard was failing to resolve necessary imports.
Fixed error by adding necessary packages.