You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
457 B
17 lines
457 B
export const company = {
|
|
owner: 'Person A. People',
|
|
product: 'Awesome Business',
|
|
copyright_date: '2021',
|
|
name: 'BizTime, LLC',
|
|
street: '1234 Weird Street Address',
|
|
zip_code: '33333',
|
|
city: 'Big City',
|
|
state: 'BC',
|
|
country: 'USA',
|
|
phone: '1-800-NO-WAY',
|
|
mail: 'payments@biztime.com',
|
|
website: 'localhost:5001',
|
|
credit_line: "CRDT",
|
|
forum: "talk.biztime.com",
|
|
unsubscribe: "https://localhost:5001/client/#/email/unsubscribe/",
|
|
}
|
|
|