mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
29 lines
357 B
JavaScript
29 lines
357 B
JavaScript
const contributors = [
|
|
'alcaidio',
|
|
'svenson95',
|
|
'jdegand',
|
|
'DeveshChau',
|
|
'stillst',
|
|
'wandri',
|
|
'webbomj',
|
|
'kabrunko-dev',
|
|
'Sanjar1304',
|
|
'tsironis13',
|
|
'EnochGao',
|
|
];
|
|
|
|
const sponsors = [
|
|
'ddotx',
|
|
'LMFinney',
|
|
'alannelucq',
|
|
'SidV2',
|
|
'fpalmab',
|
|
'CivilEngeneer',
|
|
'apalaio',
|
|
];
|
|
|
|
module.exports = {
|
|
contributors,
|
|
sponsors,
|
|
};
|