mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
contacts page style finished
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
interface Contact {
|
||||
first: string;
|
||||
last: string;
|
||||
url: string;
|
||||
}
|
||||
Reference in New Issue
Block a user