diff options
Diffstat (limited to 'examples/macros/public/index.html')
-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> |