mirror of
https://github.com/rowtype-yoga/ry-blocks.git
synced 2024-11-04 04:16:21 +03:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
var Main = require("./output/Main");
|
|
|
|
if (module.hot) {
|
|
module.hot.accept();
|
|
}
|
|
|
|
Main.main({ serverSideRendering: false})()
|