Last active
January 31, 2020 06:58
-
-
Save dongsik-yoo/b96cf28509ab1188b5f6bc3221991e30 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 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