Created
May 29, 2019 21:07
-
-
Save iazel/089b773337b021bbd0e61a46cab8cf6c to your computer and use it in GitHub Desktop.
Todo / Title
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 { hc, text } from '@crui/core' | |
const Title = hc('h1', [ | |
text('TODO App') | |
]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment