Remove not needed variable export
This commit is contained in:
parent
5451f32ff4
commit
7eed7419a9
|
@ -24,7 +24,7 @@ const Opening = React.lazy(() => import('./opening/container'))
|
||||||
|
|
||||||
const Load = React.lazy(() => import('./load/container/Load'))
|
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 = {
|
type RoutesProps = {
|
||||||
defaultSafe?: string,
|
defaultSafe?: string,
|
||||||
|
|
Loading…
Reference in New Issue