File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/settings/DataManagement Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import { addressBookSlice, selectAllAddressBooks } from '@/store/addressBookSlic
8
8
import { addedSafesSlice , selectAllAddedSafes } from '@/store/addedSafesSlice'
9
9
import { safeAppsSlice , selectSafeApps } from '@/store/safeAppsSlice'
10
10
import { selectSettings , settingsSlice } from '@/store/settingsSlice'
11
- import InfoIcon from '@/public/images/notifications/info.svg'
12
- import ExternalLink from '@/components/common/ExternalLink'
11
+ // import InfoIcon from '@/public/images/notifications/info.svg'
12
+ // import ExternalLink from '@/components/common/ExternalLink'
13
13
import { ImportFileUpload } from '@/components/settings/DataManagement/ImportFileUpload'
14
14
import { ImportDialog } from '@/components/settings/DataManagement/ImportDialog'
15
15
import { SAFE_EXPORT_VERSION } from '@/components/settings/DataManagement/useGlobalImportFileParser'
@@ -98,7 +98,7 @@ const DataManagement = () => {
98
98
settings = { settings }
99
99
safeApps = { safeApps }
100
100
/>
101
- < Typography >
101
+ { /* <Typography>
102
102
<SvgIcon
103
103
component={InfoIcon}
104
104
inheritViewBox
@@ -111,7 +111,7 @@ const DataManagement = () => {
111
111
/>
112
112
You can also export your data from the{' '}
113
113
<ExternalLink href="https://gnosis-safe.io/app/export">old app</ExternalLink>
114
- </ Typography >
114
+ </Typography> */ }
115
115
</ Grid >
116
116
</ Grid >
117
117
</ Paper >
You can’t perform that action at this time.
0 commit comments