Closed FrederickOB closed 9 months ago
There are some merge conflicts in Login.tsx
. Please look into it
There are some merge conflicts in Login.tsx
. Please look into it
We had some colors setup in tailwind.config
. They have been over-written by Shadcn. Please bring back our initial configs.
We had some colors setup in
tailwind.config
. They have been over-written by Shadcn. Please bring back our initial configs.
brought them back
There are some merge conflicts in
Login.tsx
. Please look into it
Fixed merge conflict
This PR introduces the integration of Shadcn into our project, including the installation, setup, and addition of Shadcn components. Additionally, it standardizes the import paths by replacing relative paths with
"@/"
.Changes Made
"@/"
for better organization and consistency.