Skip to content

Instantly share code, notes, and snippets.

@ericwooley
Created April 3, 2021 17:37
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 ericwooley/e0213b9fc25cf5f66771825008eb7007 to your computer and use it in GitHub Desktop.
Save ericwooley/e0213b9fc25cf5f66771825008eb7007 to your computer and use it in GitHub Desktop.
import React from 'react';
import styles from './index.module.css';
export function Index() {
return (
<div className={styles.page}>
<h3>My Lists (25):</h3>
</div>
);
}
export default Index;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment