blob: 41eb9d99a232a3c6b5071d8f2cc821c29cfd1681 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | import { t } from '@lingui/macro';
export const config = {
  name: 'Armand Philippot',
  baseline: t`Front-end developer`,
  copyright: {
    startYear: '2012',
    endYear: new Date().getFullYear(),
  },
};
 |