// // ======== // For code documentation, please see: // https://glitch-soc.github.io/docs/javascript/glitch/status/missing // For more information, please contact: // @kibi@glitch.social // * * * * * * * // // Imports // ------- // Package imports. import React from 'react'; import { FormattedMessage } from 'react-intl'; // Stylesheet imports. import './style'; // * * * * * * * // // The component // ------------- const StatusMissing = () => (
); export default StatusMissing;