warc2zim/test-website/content/javascript/r?sources.js

8 lines
163 B
JavaScript
Raw Normal View History

2024-04-04 15:52:31 +00:00
const okValue = 'This is working OK';
const otherValue = 'This is another value';
const okClass = 'green';
export {okClass, otherValue};
export default okValue;