Skip to content

Commit

Permalink
Changed FAQ from Home Page
Browse files Browse the repository at this point in the history
Used new libraries in order to enhance the look for users for the project.

And have future ready ideas. for the project.
  • Loading branch information
namansinghrana committed Oct 31, 2024
1 parent 1eb82ef commit 175e84e
Show file tree
Hide file tree
Showing 7 changed files with 752 additions and 462 deletions.
13 changes: 13 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"], // Alias for `src` folder
"@/components/*": ["src/components/*"], // Alias for `src/components`
"@/utils/*": ["src/utils/*"], // Alias for `src/utils`
"@/hooks/*": ["src/hooks/*"], // Alias for `src/hooks`
"@/styles/*": ["src/styles/*"] // Alias for `src/styles`
}
},
"exclude": ["node_modules", "dist"]
}
Loading

0 comments on commit 175e84e

Please sign in to comment.