Created
December 11, 2020 14:33
-
-
Save jaysoo/782d4d5e44a915476190bfbca6c03101 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 React from 'react'; | |
import { MyLib } from '@my-app/my-lib'; | |
export const Index = () => { | |
return ( | |
<div className="app"> | |
<header className="flex"> | |
<Logo width="75" height="75" /> | |
<h1>Welcome to myblog!</h1> | |
<MyLib/> | |
</header> | |
... | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment