This commit is contained in:
Luiz H. R. Silva 2024-06-04 17:22:32 -03:00
parent 6d8a9e66b4
commit f14be700dd
9 changed files with 28 additions and 28 deletions

View file

@ -1,4 +1,4 @@
import { type tipoResposta } from "~respostas";
import { type tipoResposta } from "p-respostas";
type tipoPostValidarTokem = {
token: string;
};