Skip to content
Snippets Groups Projects
Commit 62eff865 authored by David M Sibley's avatar David M Sibley
Browse files

using new script imports in example

parent 65b50d4c
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,11 @@
cursor: pointer;
}
</style>
<script src="https://cdn.rawgit.com/myuw-web-components/myuw-app-styles/6f62858b/myuw-app-styles.js"></script>
<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-app-styles@^1?module"></script>
<script nomodule src="https://unpkg.com/@myuw-web-components/myuw-app-styles@^1"></script>
<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-app-bar?module"></script>
<script nomodule src="https://unpkg.com/@myuw-web-components/myuw-app-bar"></script>
<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-app-bar@^1?module"></script>
<script nomodule src="https://unpkg.com/@myuw-web-components/myuw-app-bar@^1"></script>
<script type="module" src="./dist/myuw-profile.mjs"></script>
<script nomodule src="./dist/myuw-profile.mjs"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment