Created
February 4, 2025 12:25
-
-
Save nataliaconde/612bd013aef9332cf5408e861def278a 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
/*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