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