-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01139db
commit 5165039
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule frontend
updated
18 files
+1 −1 | .gitignore | |
+1 −8 | README.md | |
+0 −34 | components/loader.vue | |
+0 −18 | helper/utils.js | |
+7 −1 | jest.config.js | |
+34 −15 | pages/Home.vue | |
+ − | public/assets/default_icon_listing.png | |
+ − | public/assets/gifs/loader.gif | |
+0 −0 | public/assets/green-dot.svg | |
+0 −0 | public/assets/grey-dot.svg | |
+ − | public/assets/logo.png | |
+2 −5 | router.js | |
+0 −12 | router/guard.js | |
+0 −21 | services/product.service.js | |
+0 −38 | test/helper/router/guard.spec.js | |
+0 −15 | test/helper/utils.spec.js | |
+3 −6 | test/router.spec.js | |
+3 −0 | vite.config.js |