Contact Page

This commit is contained in:
Ahmed Al-Taiar
2024-08-21 01:24:24 -04:00
parent c7d87e36f2
commit 593567a197
25 changed files with 848 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
import PortraitCell from 'src/components/Portrait/PortraitCell'
const PortraitPage = () => <PortraitCell />
export default PortraitPage