diff --git a/index.html b/index.html index b078437..0c589ec 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + React TEST + Vite + React
diff --git a/src/App.jsx b/src/App.jsx index a7e1d1e..fa483f9 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -14,13 +14,30 @@ import ResetPassword from './components/ResetPassword'; import Register from './components/Register'; import { Client } from 'appwrite'; +const client = new Client(); - function App() { - return ( -
-

JOB

+client + .setEndpoint('https://cloud.appwrite.io/v1') + .setProject('6646f9a7002e21400b4f'); -
+const App = () => { + return ( + <> + + }/> + }/> + }/> + }/> + }/> + }/> + }/> + }/> + }/> + }/> + }/> + }/> + + ); }; diff --git a/src/main.jsx b/src/main.jsx index db23ed0..3b35476 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -6,10 +6,9 @@ import 'bootstrap/dist/css/bootstrap.css'; import { BrowserRouter } from 'react-router-dom'; ReactDOM.createRoot(document.getElementById('root')).render( + -
-

JOBs123

- -
+
+
)