diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -6,12 +6,9 @@ <link rel="stylesheet" href="https://unpkg.com/@shopify/polaris@10.2.0/build/esm/styles.css"/> </head> <body> - <script src="https://unpkg.com/react@18"></script> - <script src="https://unpkg.com/react-query@3"></script> <script src="https://unpkg.com/@shopify/app-bridge@3"></script> <script src="https://unpkg.com/@shopify/app-bridge-utils@3"></script> - <script src="https://unpkg.com/@shopify/app-bridge-react@3"></script> - <script async type="text/javascript" src="js/useAuthenticatedFetch.js"></script> - <script async type="text/javascript" src="js/useAppQuery.js"></script> + <script async type="text/javascript" src="js/authenticatedFetch.js"></script> + <script async type="text/javascript" src="js/index.js"></script> </body> </html> |