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