import { Container, Image, Stack, Text, Title } from '@mantine/core';
import type { FC } from 'react';
import styles from './styles/home.module.css';
/**
* Главный экран приложения.
*/
export const HomeScreen: FC = () => {
return (
Добро пожаловатьШаблон приложения на Next.js и TypeScript.