summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/index.html b/index.html
index c50f89c..71d09f5 100644
--- a/index.html
+++ b/index.html
@@ -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>