Skip to content

Instantly share code, notes, and snippets.

@nerdic-coder
Created April 19, 2018 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerdic-coder/826ecea9982dc494d8311a5129ee9197 to your computer and use it in GitHub Desktop.
Save nerdic-coder/826ecea9982dc494d8311a5129ee9197 to your computer and use it in GitHub Desktop.
heroes.tsx (initial version)
import { Component } from '@stencil/core';
@Component({
tag: 'app-heroes',
styleUrl: 'heroes.css'
})
export class Heroes {
render() {
return (
<div>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment