mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
|
/* eslint-disable */
|
||
|
export const userNoteData = `nickname,status,content
|
||
|
The title of a secure note,active,"The content of a secure note. Lorem ipsum, etc."`;
|