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