mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-17 05:20:56 +00:00
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'))
|
||||
|
||||
export const SAFE_ADDRESS = `${SAFELIST_ADDRESS}/:${SAFE_PARAM_ADDRESS}`
|
||||
const SAFE_ADDRESS = `${SAFELIST_ADDRESS}/:${SAFE_PARAM_ADDRESS}`
|
||||
|
||||
type RoutesProps = {
|
||||
defaultSafe?: string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user