export class SomeClass extends Qu {
^^^^^^
SyntaxError: Unexpected token 'export'
That's the error message in the console
This is an export line in the file:
export class SomeClass extends Qu {
^^^^^^
SyntaxError: Unexpected token 'export'
That's the error message in the console
This is an export line in the file: