From 7238d24ff144bc2ef49ad0727864fdd20ae6e0fa Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Tue, 13 Sep 2016 18:06:01 +0200 Subject: [PATCH] Semicolons --- src/root.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/root.js b/src/root.js index 0721a1e9..dcfd944a 100644 --- a/src/root.js +++ b/src/root.js @@ -16,6 +16,6 @@ const Root = () => ( {routes} -) +); -export default Root +export default Root;