forked from LeenkxTeam/Kmake
5 lines
40 B
JavaScript
5 lines
40 B
JavaScript
|
|
const config = 10;
|
||
|
|
export {
|
||
|
|
config
|
||
|
|
};
|