File size: 169 Bytes
41a71fd
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import { Wrapper } from '@/shared/ui/Wrapper';

const ContactPage = () => (
    <div>
        <Wrapper>some contact</Wrapper>
    </div>
);

export default ContactPage;