contacts page style finished

This commit is contained in:
tiago.kayaya
2020-12-31 11:37:35 +01:00
parent ebc7132a38
commit 24c39630fc
5 changed files with 191 additions and 52 deletions
+5
View File
@@ -0,0 +1,5 @@
interface Contact {
first: string;
last: string;
url: string;
}