mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
17 lines
210 B
JavaScript
17 lines
210 B
JavaScript
const contributors = [
|
|
'tomalaforge',
|
|
'alcaidio',
|
|
'svenson95',
|
|
'jdegand',
|
|
'DeveshChau',
|
|
'stillst',
|
|
'wandri',
|
|
'webbomj',
|
|
'kabrunko-dev',
|
|
'Sanjar1304'
|
|
];
|
|
|
|
module.exports = {
|
|
contributors
|
|
};
|