caipin hace 4 años
padre
commit
b195ec0b69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/Account/Information/index.tsx

+ 1 - 1
src/pages/Account/Information/index.tsx

@@ -14,7 +14,7 @@ interface iUserInfo {
   position: string
   telephone: string
 }
-export default function info() {
+export default function Info() {
   const [ form ] = Form.useForm() 
   const [ loading, setLoading ] = useState<boolean>(false)
   const [ accountInfo, setAccountInfo ] = useState<iUserInfo>({