kibana/x-pack/plugins/canvas/storybook/preview-head.html
2021-02-18 14:13:23 -05:00

6 lines
229 B
HTML

<!--
This file is looked for by Storybook and included in the HEAD element
if it exists. This is how we load the DLL content into the Storybook UI.
-->
<script src="dll.js"></script>
<link href="dll.css" rel="stylesheet" />