Hi there!
I was trying out the CodeLab editor and wanted to import the System http library as such: using System.Net.Http;
But I get this error message:

Which is easily explained by the code generated by the CodeLab build process wrapping the code I write in the editor. The question is: How do I import libraries then? Thank you already!