Field Notes.

Hello World

Cover Image for Hello World
Roger Rodriguez
Roger Rodriguez

This is my first post. How exciting. I’m sure I’ll write a lot more interesting things in the future

hello.ts
class MyBlog extends Blog {
  constructor(props) {
   super(props)
  }
}