import React from 'react'; import SvgYacd from './SvgYacd'; import s0 from './Loading2.module.css'; function Loading() { return (
); } export default Loading;