summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-18 21:44:10 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-18 21:44:10 +0800
commit8673d6c9333682ec0ff298f19e917e7705524adb (patch)
tree6156be1adcf708bbadf6ad41f7b0312fbcb2893b
parentf625441429bfe1e10b1532873d78ce41084e178c (diff)
Update the script inclusions
-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>