mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
5 lines
272 B
JavaScript
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 ";
|
|
}; |