Артем Леванов
first commit
41a71fd
raw
history blame contribute delete
169 Bytes
import { Wrapper } from '@/shared/ui/Wrapper';
const ContactPage = () => (
<div>
<Wrapper>some contact</Wrapper>
</div>
);
export default ContactPage;