mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
10 lines
101 B
TypeScript
10 lines
101 B
TypeScript
|
|
export const Cy = {
|
||
|
|
p: {
|
||
|
|
login: {
|
||
|
|
b: {
|
||
|
|
enter: 'loginbutton'
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|