view index.html @ 6:a5bc13dcce41

why does import work but accessing the imported thing make it say "Module not found"?
author drewp@bigasterisk.com
date Wed, 04 Dec 2019 01:06:33 -0800
parents a9bc14e22e36
children 6fefd287aff9
line wrap: on
line source

<!DOCTYPE html>
<html>
    <body>
        <h1>streamed-graph demo</h1>

        <script src="./build/streamed-graph.bundle.js"></script>
        <streamed-graph url="something"></streamed-graph>
    </body>
</html>