Michael
This commit is contained in:
parent
a32d51d8cd
commit
410a89a850
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@ import { User } from "./types";
|
|||
|
||||
const text = "This is Michael's Answer";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getFromDb(): User[] {
|
||||
return [{
|
||||
name: "kfir",
|
||||
|
|
Reference in a new issue