Esta fue la versión 0.5.0
This commit is contained in:
parent
6fc5c172ce
commit
40b936c807
2 changed files with 41 additions and 41 deletions
|
@ -19,7 +19,7 @@ import {
|
|||
} from "@mui/material";
|
||||
import { Email, Lock } from "@mui/icons-material";
|
||||
import { Form } from "react-final-form";
|
||||
import {TextField} from "mui-rff";
|
||||
import { TextField } from "@chimera-pe/mui-rff";
|
||||
import { useTranslate } from "react-polyglot";
|
||||
import { requestToken } from "../redux";
|
||||
import { useCheckLogin, useNotificar } from "../hooks";
|
||||
|
|
|
@ -30,7 +30,7 @@ export default defineConfig({
|
|||
"axios",
|
||||
"date-fns/locale",
|
||||
"jwt-decode",
|
||||
"mui-rff",
|
||||
"@chimera-pe/mui-rff",
|
||||
"navigator-languages",
|
||||
"node-polyglot",
|
||||
"react-polyglot",
|
||||
|
@ -61,7 +61,7 @@ export default defineConfig({
|
|||
"axios": "Axios",
|
||||
"date-fns/locale": "DateFNSLocale",
|
||||
"jwt-decode": "JWTDecode",
|
||||
"mui-rff": "MUIRFF",
|
||||
"@chimera-pe/mui-rff": "MUIRFF",
|
||||
"navigator-languages": "NavigatorLanguages",
|
||||
"node-polyglot": "NodePolyglot",
|
||||
"react-polyglot": "ReactPolyglot",
|
||||
|
|
Loading…
Add table
Reference in a new issue