Skip to content

Instantly share code, notes, and snippets.

@MonsieurMan
Created August 10, 2018 07:27
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 MonsieurMan/85eb80e02a6a7077d9fff08a9311b329 to your computer and use it in GitHub Desktop.
Save MonsieurMan/85eb80e02a6a7077d9fff08a9311b329 to your computer and use it in GitHub Desktop.
import { Component } from '@stencil/core';
@Component({
tag: 'adder',
})
export class Adder {
render() {
return (<div></div>);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment