Skip to content

Commit

Permalink
fix: remove unnessesary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleabe-n committed Sep 1, 2023
1 parent 562a884 commit 652e092
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion aait/web/group-2/app/about-us/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const AboutUs:React.FC = () => {
</div>
</div>
</div>
{/* How we are solving it */}

<div className="flex flex-row justify-between mt-20">
<div className="flex-1">
Expand Down
18 changes: 0 additions & 18 deletions aait/web/group-2/components/profile/PasswordForm.tsx
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
// import { useEditPasswordQuery } from "@/store/features/profile/profile-api";
// import { useState } from "react";

import { useEffect, useState } from "react";

// interface formField {
// oldPassword: string;
// newPassword: string;
// }
// const initialState: formField = {
// oldPassword: "",
// newPassword: "",
// };
// export default function PasswordForm() {
// const { editPassword, isLoading } = useEditPasswordQuery();
// const [passwords, setPasswords] = useState(initialState);
// const handleCange = (e: any) => {
// setPasswords(e.target.value);
// };
// const andleSumit = () => {};
export default function PasswordForm() {
const style =
"border-gray-400 text-secondary-text px-4 pr-16 py-1 rounded-md m-5 bg-slate-200 focus:outline-none";
Expand Down
1 change: 0 additions & 1 deletion aait/web/group-2/public/images/Home/next.svg

This file was deleted.

0 comments on commit 652e092

Please sign in to comment.