Skip to content

Commit 27c9f08

Browse files
committed
✨ Add new file the componet HeaderDashboard
1 parent 1c583da commit 27c9f08

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import React from "react";
2+
3+
import LogoCollab from "../../components/LogoCollab";
4+
import PhotoUserCollab from "../../components/PhotoUserCollab";
5+
6+
import { Header } from "./styles";
7+
8+
export default function HeaderDashboard() {
9+
return (
10+
<Header>
11+
<LogoCollab />
12+
<PhotoUserCollab img={'https://cdn.vox-cdn.com/thumbor/Oi6jzvQzWetJGlkpwLqlP1L9p28=/0x0:5568x3712/1200x800/filters:focal(2858x720:3748x1610)/cdn.vox-cdn.com/uploads/chorus_image/image/62207705/922984782.jpg.0.jpg'} />
13+
</Header>
14+
);
15+
}
16+

0 commit comments

Comments
 (0)