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";
|
} from "@mui/material";
|
||||||
import { Email, Lock } from "@mui/icons-material";
|
import { Email, Lock } from "@mui/icons-material";
|
||||||
import { Form } from "react-final-form";
|
import { Form } from "react-final-form";
|
||||||
import {TextField} from "mui-rff";
|
import { TextField } from "@chimera-pe/mui-rff";
|
||||||
import { useTranslate } from "react-polyglot";
|
import { useTranslate } from "react-polyglot";
|
||||||
import { requestToken } from "../redux";
|
import { requestToken } from "../redux";
|
||||||
import { useCheckLogin, useNotificar } from "../hooks";
|
import { useCheckLogin, useNotificar } from "../hooks";
|
||||||
|
|
|
@ -30,7 +30,7 @@ export default defineConfig({
|
||||||
"axios",
|
"axios",
|
||||||
"date-fns/locale",
|
"date-fns/locale",
|
||||||
"jwt-decode",
|
"jwt-decode",
|
||||||
"mui-rff",
|
"@chimera-pe/mui-rff",
|
||||||
"navigator-languages",
|
"navigator-languages",
|
||||||
"node-polyglot",
|
"node-polyglot",
|
||||||
"react-polyglot",
|
"react-polyglot",
|
||||||
|
@ -61,7 +61,7 @@ export default defineConfig({
|
||||||
"axios": "Axios",
|
"axios": "Axios",
|
||||||
"date-fns/locale": "DateFNSLocale",
|
"date-fns/locale": "DateFNSLocale",
|
||||||
"jwt-decode": "JWTDecode",
|
"jwt-decode": "JWTDecode",
|
||||||
"mui-rff": "MUIRFF",
|
"@chimera-pe/mui-rff": "MUIRFF",
|
||||||
"navigator-languages": "NavigatorLanguages",
|
"navigator-languages": "NavigatorLanguages",
|
||||||
"node-polyglot": "NodePolyglot",
|
"node-polyglot": "NodePolyglot",
|
||||||
"react-polyglot": "ReactPolyglot",
|
"react-polyglot": "ReactPolyglot",
|
||||||
|
|
Loading…
Add table
Reference in a new issue