This commit is contained in:
Kfir Dayan 2023-09-11 16:46:55 +03:00
parent a32d51d8cd
commit 410a89a850

View file

@ -2,6 +2,15 @@ import { User } from "./types";
const text = "This is Michael's Answer";
function getFromDb(): User[] {
return [{
name: "kfir",