+
+
+
+ © 2024 Compass Center
+
+
+ >
+ );
+};
\ No newline at end of file
diff --git a/compass/app/page.tsx b/compass/app/page.tsx
index bf62ac2..819622f 100644
--- a/compass/app/page.tsx
+++ b/compass/app/page.tsx
@@ -7,14 +7,16 @@ import Paper from '@/components/auth/Paper';
import { Metadata } from 'next'
import Image from 'next/image';
import React, { useState } from 'react';
+import PasswordInput from '@/components/auth/PasswordInput';
-//export const metadata: Metadata = {
-// title: 'Login',
-//}
+// export const metadata: Metadata = {
+// title: 'Login',
+// }
export default function Page() {
const [visible, setVisible] = useState(false);
+
return (
<>