BlankLayout.js 84 Bytes
Newer Older
afc163's avatar
afc163 committed
1 2
import React from 'react';

Yu's avatar
Yu committed
3
export default ({ children }) => <div>{children}</div>;