Progress
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import ColumnIndicator from '../../components/column_indicator';
|
||||
|
||||
export default class GenericNotFound extends PureComponent {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<ColumnIndicator type='missing' />
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
export { default } from './generic_not_found'
|
||||
export { default } from '../generic_not_found'
|
||||
Reference in New Issue
Block a user