2019-08-07 01:02:36 -04:00
|
|
|
import ColumnIndicator from '../../components/column_indicator';
|
2019-07-02 03:10:25 -04:00
|
|
|
|
|
|
|
const GenericNotFound = () => (
|
2019-08-07 01:02:36 -04:00
|
|
|
<ColumnIndicator type='missing' />
|
2019-07-02 03:10:25 -04:00
|
|
|
);
|
|
|
|
|
|
|
|
export default GenericNotFound;
|