Skip to content

Commit

Permalink
Link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdrew committed Apr 11, 2024
1 parent 9fc8195 commit bf63aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journal-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

It follows what I believe is a pretty standard React app layout.
- [App](src/app.js) is the entry point
- [App](src/App.js) is the entry point
- [BufferedJournalEntries](src/components/bufferedJournalEntries.js) (a buffering version of [JournalEntries](src/components/journalEntries.js)
- [HeaderControl](src/components/headerControl.js) containing the entry filtering components and some versioning text
- A listing of 0 or more [JournalEntry](src/components/headerControl.js)
Expand Down

0 comments on commit bf63aa4

Please sign in to comment.