Admin Test

This was made in the admin, complete with an image

computer guy

// Here is a code example

export const codeWorks => true

export const es6Ok => 'Heck yeah!'

export class PrismWorks{
  constructor(){
    console.log('Yes, siree!')
  }
}

Attachments