Skip to content

Instantly share code, notes, and snippets.

@nataliaconde
Created February 4, 2025 12:25
Show Gist options
  • Save nataliaconde/612bd013aef9332cf5408e861def278a to your computer and use it in GitHub Desktop.
Save nataliaconde/612bd013aef9332cf5408e861def278a to your computer and use it in GitHub Desktop.
/*Journal.tsx*/
const Journal = () => {
return <div className="section"></div>;
};
export default Journal;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment