Skip to content

Instantly share code, notes, and snippets.

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