caipin преди 4 години
родител
ревизия
b195ec0b69
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>({