import React from 'react'; function NotFoundPage() { return (
Session not found.
Please check your data retention policy.
); } export default NotFoundPage;