import React from 'react'; import './NotFoundContent.scss'; import GroupChat from '../../../components/UI/svgs/Icons/Contents/GroupChat'; type NotFoundContentProps = { message: string; }; // eslint-disable-next-line react/function-component-definition const NotFoundContent = ({ message, }: NotFoundContentProps) => { return (