feat: add offer section
This commit is contained in:
5
src/views/home/ui/contacts/contacts.tsx
Normal file
5
src/views/home/ui/contacts/contacts.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import s from './contacts.module.scss';
|
||||
|
||||
export default function Contacts() {
|
||||
return <section className={s.Contacts}>Contacts</section>;
|
||||
}
|
||||
Reference in New Issue
Block a user