-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
49 lines (49 loc) · 979 Bytes
/
db.json
File metadata and controls
49 lines (49 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"affirmations": [
{
"notes": "",
"text": "I am healthy, wealthy, wise",
"id": 1
},
{
"notes": "",
"text": "I am happy with who I am",
"id": 2
},
{
"text": "I am optimistic. I am hopeful. I am confident.",
"notes": "",
"id": 3
},
{
"text": "I am strength. I am energetic. I am powerful",
"notes": "",
"id": 4
},
{
"text": "I am open to receive. I am abundant. I am blessed.",
"notes": "",
"id": 5
},
{
"text": "I believe in myself. I am motiviated. I am dedicated",
"notes": "",
"id": 6
},
{
"text": "I am confident. I am fearless. I am taking action today",
"notes": "",
"id": 7
},
{
"text": "I am powerful. I am persistent. I am strong",
"notes": "",
"id": 8
},
{
"text": "I am freedom. I am open. I am wise.",
"notes": "",
"id": 9
}
]
}