warc2zim/test-website/content/javascript/r?sources.js
2024-04-08 12:36:43 +00:00

7 lines
163 B
JavaScript

const okValue = 'This is working OK';
const otherValue = 'This is another value';
const okClass = 'green';
export {okClass, otherValue};
export default okValue;