Skip to content

Instantly share code, notes, and snippets.

@jaysoo
Created December 11, 2020 14:33
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 jaysoo/782d4d5e44a915476190bfbca6c03101 to your computer and use it in GitHub Desktop.
Save jaysoo/782d4d5e44a915476190bfbca6c03101 to your computer and use it in GitHub Desktop.
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