logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

index.js (257B)


  1. import React from 'react';
  2. import Column from '../ui/components/column';
  3. import MissingIndicator from '../../components/missing_indicator';
  4. const GenericNotFound = () => (
  5. <Column>
  6. <MissingIndicator />
  7. </Column>
  8. );
  9. export default GenericNotFound;