We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37ec76 commit 6ae05beCopy full SHA for 6ae05be
src/components/Item/FatalErrorBoundary.js
@@ -1,9 +1,7 @@
1
import PropTypes from 'prop-types'
2
import React from 'react'
3
-import { IconWarning24, colors } from '@dhis2/ui'
4
-import { Warning } from './assets/icons.js'
5
-import classes from './styles/FatalErrorBoundary.module.css'
6
import FatalErrorMessage from './ItemMessage/FatalErrorMessage.js'
+import classes from './styles/FatalErrorBoundary.module.css'
7
8
class FatalErrorBoundary extends React.Component {
9
constructor(props) {
src/components/Item/assets/icons.js
0 commit comments