mirror of
https://github.com/rowtype-yoga/ry-blocks.git
synced 2024-11-05 05:34:51 +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})()
|