diff options
author | Hongyuan Ma | 2018-05-13 14:21:19 +0000 |
---|---|---|
committer | Hongyuan Ma | 2018-05-13 14:21:19 +0000 |
commit | 1c64320c5f94fa3d20961777d01690fdca929d40 (patch) | |
tree | ca38531edaf7ec298bf3dfe9a999270424178420 | |
parent | 25e333d66bfb113f641e9d9fe53843eb5bb7669e (diff) |
online adapter
-rw-r--r-- | front-end/src/component/layout/index.jsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/front-end/src/component/layout/index.jsx b/front-end/src/component/layout/index.jsx index 544841e..1428a1c 100644 --- a/front-end/src/component/layout/index.jsx +++ b/front-end/src/component/layout/index.jsx @@ -17,6 +17,5 @@ class Layout extends React.Component { </div> ); } -} +}export default Layout; -export default Layout;
\ No newline at end of file |