-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCO.js
19 lines (18 loc) · 824 Bytes
/
CO.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
const CO=[
{ label: "Decrease Vision", value: "Decrease Vision" },
{ label: "Blurred Vision", value: "Blurred Vision" },
{ label: "Headache", value: "Headache" },
{ label: "Itching", value: "Itching" },
{ label: "Pain", value: "Pain" },
{ label: "Redness", value: "Redness" },
{ label: "Discharge", value: "Discharge" },
{ label: "Irritation", value: "Irritation" },
{ label: "Foreign Body Sensation", value: "Foreign Body Sensation" },
{ label: "Foreign Body", value: "Foreign Body" },
{ label: "Heaviness", value: "Heaviness" },
{ label: "Watering", value: "Watering" },
{ label: "Eye Ache", value: "Eye Ache" },
{ label: "Sudden Loss Of Vision", value: "Sudden Loss Of Vision" },
{ label: "Night Blindness", value: "Night Blindness" },
]
export default CO;