mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-18 00:57:15 +00:00
Initial commit
This commit is contained in:
15
frontend/src/components/Home.js
Normal file
15
frontend/src/components/Home.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from "react";
|
||||
import DownloadForm from "./DownloadForm";
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div className="max-w-4xl mx-auto">
|
||||
<h2 className="text-2xl font-bold text-center mt-8">
|
||||
Download Videos Easily
|
||||
</h2>
|
||||
<DownloadForm />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user