This was made in the admi, complete with an image
// Here is a code example export const codeWorks => true export const es6Ok => 'Heck yeah!' export class PrismWorks{ constructor(){ console.log('Yes, siree!') } }