frontend: add program
This commit is contained in:
13
frontend/src/constants/constants.ts
Normal file
13
frontend/src/constants/constants.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
export const API_URL = 'https://example.backend.com/hosting';
|
||||
export const GUESTS = [
|
||||
"Медведь",
|
||||
"Ксения",
|
||||
"Дед",
|
||||
"Фил",
|
||||
"Классик",
|
||||
"Янка",
|
||||
"Швед",
|
||||
"Тюлень",
|
||||
"Тюлениха",
|
||||
]
|
||||
Reference in New Issue
Block a user