parent
18f114058c
commit
4683dc0ba2
6 changed files with 41 additions and 0 deletions
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 130 KiB |
After Width: | Height: | Size: 164 KiB |
@ -0,0 +1,7 @@ |
||||
import React from "react"; |
||||
|
||||
const OfferSection = () => { |
||||
return <div>OfferSection</div>; |
||||
}; |
||||
|
||||
export default OfferSection; |
Loading…
Reference in new issue