addons/components/explorer/index.htmlblame
View source
b69ab311<!doctype html>
b69ab312<html lang="en">
b69ab313 <head>
b69ab314 <meta charset="utf-8" />
b69ab315 <meta name="viewport" content="width=device-width, initial-scale=1" />
b69ab316 <meta name="referrer" content="no-referrer" />
b69ab317 <title>Component Explorer</title>
b69ab318 </head>
b69ab319 <body>
b69ab3110 <div id="root"></div>
b69ab3111 <script type="module" src="/index.tsx"></script>
b69ab3112 </body>
b69ab3113</html>