formatted
This commit is contained in:
@@ -3,11 +3,11 @@ import HeaderTop from "./HaederTop";
|
||||
import HeaderBottom from "./HaederBottom";
|
||||
|
||||
const HeaderWithLogo = () => {
|
||||
return (
|
||||
<Stack>
|
||||
<HeaderTop />
|
||||
<HeaderBottom />
|
||||
</Stack>
|
||||
);
|
||||
return (
|
||||
<Stack>
|
||||
<HeaderTop />
|
||||
<HeaderBottom />
|
||||
</Stack>
|
||||
);
|
||||
};
|
||||
export default HeaderWithLogo;
|
||||
|
||||
Reference in New Issue
Block a user