Skip to content

Commit

Permalink
chore: created initial hero component
Browse files Browse the repository at this point in the history
  • Loading branch information
HIMANSHU6001 committed Sep 22, 2024
1 parent 2846f7b commit 50a428c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/HeroSection/Hero.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import React from 'react';

export const NavBar = () => {
return (
<HeroContainer>
</HeroContainer>
);
};
5 changes: 5 additions & 0 deletions src/components/HeroSection/styles.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import styled from 'styled-components';

export const HeroContainer = styled.nav`
`;

0 comments on commit 50a428c

Please sign in to comment.