Skip to content

Instantly share code, notes, and snippets.

@crcn
Created February 17, 2021 03:24
Show Gist options
  • Save crcn/fa063e2296ba86f2b0ff7da4966918a5 to your computer and use it in GitHub Desktop.
Save crcn/fa063e2296ba86f2b0ff7da4966918a5 to your computer and use it in GitHub Desktop.
import * as styles from "./styles.pc";
function MyApp() {
return <styles.Message name="Bob" />;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment