-
Notifications
You must be signed in to change notification settings - Fork 407
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule frontend
updated
15 files
+12 −20 | App.jsx | |
+1 −1 | Routes.jsx | |
+44 −50 | components/ProductsCard.jsx | |
+0 −92 | components/providers/AppBridgeProvider.jsx | |
+1 −5 | components/providers/PolarisProvider.jsx | |
+0 −1 | components/providers/index.js | |
+0 −2 | hooks/index.js | |
+0 −30 | hooks/useAppQuery.js | |
+0 −42 | hooks/useAuthenticatedFetch.js | |
+3 −0 | index.html | |
+3 −3 | package.json | |
+5 −10 | pages/ExitIframe.jsx | |
+1 −1 | pages/index.jsx | |
+8 −13 | pages/pagename.jsx | |
+5 −6 | vite.config.js |