aboutsummaryrefslogtreecommitdiff
path: root/examples/macros
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-27 01:45:53 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-27 01:45:53 -0700
commit54dc9cfc8be040e04d0b5d10c5801f33433ec53e (patch)
tree4dad6d4c7d703f1873d0947acf71fd55409fec3d /examples/macros
parent1ed51e88669a28b159018f005cab1db4942d9703 (diff)
downloadbun-54dc9cfc8be040e04d0b5d10c5801f33433ec53e.tar.gz
bun-54dc9cfc8be040e04d0b5d10c5801f33433ec53e.tar.zst
bun-54dc9cfc8be040e04d0b5d10c5801f33433ec53e.zip
upgrade
Diffstat (limited to 'examples/macros')
-rw-r--r--examples/macros/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/macros/public/index.html b/examples/macros/public/index.html
index a2a985b72..dff19b990 100644
--- a/examples/macros/public/index.html
+++ b/examples/macros/public/index.html
@@ -9,6 +9,6 @@
</head>
<body>
- <script async type="module" src="/src/index.tsx"></script>
+ <script async type="module" src="/components/index.tsx"></script>
</body>
</html>