Add "not found" component to UI
This commit is contained in:
parent
a1db2a191b
commit
1e9d2c4b1e
5 changed files with 44 additions and 11 deletions
|
@ -0,0 +1,10 @@
|
|||
import Column from '../ui/components/column';
|
||||
import MissingIndicator from '../../components/missing_indicator';
|
||||
|
||||
const GenericNotFound = () => (
|
||||
<Column>
|
||||
<MissingIndicator />
|
||||
</Column>
|
||||
);
|
||||
|
||||
export default GenericNotFound;
|
Loading…
Add table
Add a link
Reference in a new issue