implemented header and dark theme.
This commit is contained in:
9
src/components/Separator.jsx
Normal file
9
src/components/Separator.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
function Separator() {
|
||||
return (
|
||||
<div className="h-[2px]">
|
||||
<div className="h-full w-full bg-white rounded-md"></div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Separator;
|
||||
Reference in New Issue
Block a user