1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-03 05:04:51 +08:00
Arunoda Susiripala 47f621163d Rearrange modules
2016-03-21 18:03:57 +05:30

5 lines
272 B
JavaScript

"use strict";
module.exports = function () {
return "\n <!DOCTYPE html>\n <html>\n <head>\n <title>Paper UI Console</title>\n </head>\n <body>\n <div id=\"root\" />\n <script src=\"/static/bundle.js\"></script>\n </body>\n </html>\n ";
};