-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstate.js
More file actions
18 lines (18 loc) · 812 Bytes
/
state.js
File metadata and controls
18 lines (18 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports = {
referrals: [
{
rid: "1",
title: "Referrals for XYZ",
description: "Hey everyone! XYZ is hiring for full stack developers with experience in React, API development & PosgreSQL. If interested, please share your profiles/resume on deepansh@xyz.org and I can provide you a referral.",
createdBy: "deepansh",
createdAt: 1619411107710
},
{
rid: "2",
title: "Resume Reviews",
description: "If you are looking out for a job and seeking help to review your resume as per the current industry standards, please do reach out to me at abhinav@mail.com with 'Resume Review' in the subject.",
createdBy: "abhinav",
createdAt: 1610411197710
},
]
};