This commit is contained in:
Luiz H. R. Silva 2024-06-04 21:22:33 -03:00
parent ac361d54a0
commit f4e8a8d5bf
6 changed files with 110 additions and 83 deletions

View file

@ -1,6 +1,6 @@
import type * as mui_material from "@mui/material";
import { respostaComuns, type tipoResposta } from "~comuns/dist";
import { estaticos } from "~estaticos/dist";
import { estaticos } from "p-estaticos/dist";
import { respostaComuns, type tipoResposta } from "p-respostas";
import React from "react";
import type * as react_toastify from "react-toastify";
import type { Id } from "react-toastify";