Spaces:
Sleeping
Sleeping
File size: 249 Bytes
30f1ff2 |
1 2 3 4 5 6 7 8 |
export const WINGMAN_LABEL = "wingman";
export const SHYGUY_LABEL = "shyguy";
export const SISTER_LABEL = "sister";
export const GIRL_LABEL = "girl";
export const BAR_LABEL = "barman";
export const DJ_LABEL = "dj";
export const EXIT_LABEL = "exit";
|