File size: 230 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
import "react-hot-loader";
import { hot } from "react-hot-loader/root";
import DevLayout from "./examples/00-showcase.jsx";
import makeLayout from "./test-hook";
const Layout = makeLayout(DevLayout);
export default hot(Layout);
|