Created
January 31, 2020 06:54
-
-
Save dongsik-yoo/be0bd92018bf47039b3fbee6ec5cff97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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