Add initial compliance intro page

This commit is contained in:
Eli Ribble 2026-04-06 22:38:17 +00:00
parent c393f6fd81
commit 20614acb86
No known key found for this signature in database
12 changed files with 117 additions and 81 deletions

View file

@ -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;