summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongyuan Ma2018-05-13 14:21:19 +0000
committerHongyuan Ma2018-05-13 14:21:19 +0000
commit1c64320c5f94fa3d20961777d01690fdca929d40 (patch)
treeca38531edaf7ec298bf3dfe9a999270424178420
parent25e333d66bfb113f641e9d9fe53843eb5bb7669e (diff)
online adapter
-rw-r--r--front-end/src/component/layout/index.jsx3
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