Initial commit

This commit is contained in:
2024-08-08 01:55:38 +05:30
commit 7316ba17a1
30 changed files with 20519 additions and 0 deletions

View 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;