Skip to content

Instantly share code, notes, and snippets.

@dongsik-yoo
Created January 31, 2020 06:54
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 dongsik-yoo/be0bd92018bf47039b3fbee6ec5cff97 to your computer and use it in GitHub Desktop.
Save dongsik-yoo/be0bd92018bf47039b3fbee6ec5cff97 to your computer and use it in GitHub Desktop.
import { h } from 'preact';
import Base from '@src/base';
export default class Month extends Base {
protected getComponent(): JSX.Element {
return <h2>Month View</h2>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment