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