mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-17 12:10:45 +01:00
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
|
const {i18n} = require('./next-i18next.config');
|
||
|
|
||
|
module.exports = {
|
||
|
i18n,
|
||
|
};
|