Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
/*
* NotFoundPage Messages
*
* This contains all the text for the NotFoundPage container.
*/
import { defineMessages } from 'react-intl';
export const scope = 'app.containers.NotFoundPage';
export default defineMessages({
header: {
id: `${scope}.header`,
defaultMessage: 'This is the NotFoundPage container!',
},
});