diff --git a/1Application-frontend/index.html b/1Application-frontend/index.html index 9d3caf7ab..8774201f2 100644 --- a/1Application-frontend/index.html +++ b/1Application-frontend/index.html @@ -9,5 +9,14 @@
+ +
+

Upload Video or Image File

+
+ + +
+
+
diff --git a/1Application-frontend/src/App.jsx b/1Application-frontend/src/App.jsx index a962dc43a..63115e4c3 100644 --- a/1Application-frontend/src/App.jsx +++ b/1Application-frontend/src/App.jsx @@ -8,6 +8,7 @@ import Contact from "./pages/Contact"; import Team from "./pages/Team"; import Project from "./pages/Projects"; import Profile from "./pages/Profile"; +import GifMaker from "./components/GifMaker"; import "./index.css"; function App() { @@ -21,6 +22,7 @@ function App() { } /> } /> } /> + } />