From 7eed7419a98d1b3eb5ec1c4d1efd125bfb808ac8 Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Mon, 7 Oct 2019 15:13:37 +0400 Subject: [PATCH] Remove not needed variable export --- src/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.js b/src/routes/index.js index 488622e0..864db357 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -24,7 +24,7 @@ const Opening = React.lazy(() => import('./opening/container')) const Load = React.lazy(() => import('./load/container/Load')) -export const SAFE_ADDRESS = `${SAFELIST_ADDRESS}/:${SAFE_PARAM_ADDRESS}` +const SAFE_ADDRESS = `${SAFELIST_ADDRESS}/:${SAFE_PARAM_ADDRESS}` type RoutesProps = { defaultSafe?: string,