mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-10 10:56:00 +08:00
6 lines
261 B
TypeScript
6 lines
261 B
TypeScript
|
|
export const data_upperUrl = `"Title","Username","Password","URL","Comment"
|
||
|
|
"Gmail","test@gmail.com","test","https://gmail.com"`;
|
||
|
|
|
||
|
|
export const data_lowerUrl = `"Title","Username","Password","url","Comment"
|
||
|
|
"Gmail","test@gmail.com","test","https://gmail.com"`;
|