diff options
author | 2021-09-27 01:45:53 -0700 | |
---|---|---|
committer | 2021-09-27 01:45:53 -0700 | |
commit | 54dc9cfc8be040e04d0b5d10c5801f33433ec53e (patch) | |
tree | 4dad6d4c7d703f1873d0947acf71fd55409fec3d /examples | |
parent | 1ed51e88669a28b159018f005cab1db4942d9703 (diff) | |
download | bun-54dc9cfc8be040e04d0b5d10c5801f33433ec53e.tar.gz bun-54dc9cfc8be040e04d0b5d10c5801f33433ec53e.tar.zst bun-54dc9cfc8be040e04d0b5d10c5801f33433ec53e.zip |
upgrade
Diffstat (limited to 'examples')
-rw-r--r-- | examples/macros/public/index.html | 2 |
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> |