This commit is contained in:
mgabdev
2020-03-04 17:26:01 -05:00
parent 143725b5bd
commit 567894f614
109 changed files with 976 additions and 1643 deletions

View File

@@ -1,11 +0,0 @@
import ColumnIndicator from '../../components/column_indicator';
export default class GenericNotFound extends PureComponent {
render() {
return (
<ColumnIndicator type='missing' />
)
}
}

View File

@@ -1 +1 @@
export { default } from './generic_not_found'
export { default } from '../generic_not_found'