import React from 'react'; const Loading: React.FC = () => { return (
Загрузка...

Загрузка данных...

); }; export default Loading;