mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-18 09:02:32 +00:00
Initial commit
This commit is contained in:
11
frontend/src/components/Header.js
Normal file
11
frontend/src/components/Header.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
const Header = () => {
|
||||
return (
|
||||
<header className="bg-blue-600 text-white p-4">
|
||||
<h1 className="text-xl font-bold">DownLink</h1>
|
||||
</header>
|
||||
);
|
||||
};
|
||||
|
||||
export default Header;
|
||||
Reference in New Issue
Block a user