Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(Components): Load components in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Feb 19, 2020
1 parent 6560cd4 commit a32262a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<link id="skeleton" class="theme" rel="stylesheet" href="themes/skeleton/styles.css" disabled />
<link id="stencila" class="theme" rel="stylesheet" href="themes/stencila/styles.css" disabled />
<!-- GENERATED-THEME-LINKS-END -->
<script src="https://unpkg.com/@stencila/components@latest/dist/stencila-components/stencila-components.esm.js" type="module"></script>
<script src="https://unpkg.com/@stencila/components@latest/dist/stencila-components/stencila-components.js" type="text/javascript"></script>
</head>
<body>
<header id="header">
Expand Down

0 comments on commit a32262a

Please sign in to comment.