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