Add initial compliance intro page
This commit is contained in:
parent
c393f6fd81
commit
20614acb86
12 changed files with 117 additions and 81 deletions
|
|
@ -9,6 +9,12 @@ export interface Address {
|
|||
street: string;
|
||||
unit: string;
|
||||
}
|
||||
export interface District {
|
||||
name: string;
|
||||
phone_office: string;
|
||||
slug: string;
|
||||
url_logo: string;
|
||||
}
|
||||
export interface Location {
|
||||
latitude: number;
|
||||
longitude: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue