diff --git a/public/projectimgs/wordle.webp b/public/projectimgs/wordle.webp new file mode 100644 index 0000000..2208515 Binary files /dev/null and b/public/projectimgs/wordle.webp differ diff --git a/src/App.jsx b/src/App.jsx index babd99b..d7634c3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3,14 +3,17 @@ import "./App.css"; import Header from "@/components/Header.jsx"; import Footer from "@/components/Footer.jsx"; import Content from "@/components/Content.jsx"; +import ProjectContextProvider from "@/context/projectcontext"; function App() { return ( <> -
- -