Changeset 7fbb91c for chapterx-frontend/src/App.tsx
- Timestamp:
- 03/24/26 23:03:39 (3 months ago)
- Branches:
- main
- Children:
- a7550ca
- Parents:
- 73b69b2
- File:
-
- 1 edited
-
chapterx-frontend/src/App.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chapterx-frontend/src/App.tsx
r73b69b2 r7fbb91c 52 52 53 53 if (!currentUser) { 54 addToast('Please sign in to access this page.', 'warning')55 54 return <Navigate to="/login" replace /> 56 55 } … … 68 67 69 68 function App() { 70 const { fetchStories, fetchChapters, fetch ReadingLists } = useStoryStore()69 const { fetchStories, fetchChapters, fetchCollaborations, fetchReadingLists } = useStoryStore() 71 70 72 71 useEffect(() => { 73 72 fetchStories() 74 73 fetchChapters() 74 fetchCollaborations() 75 75 fetchReadingLists() 76 76 }, [])
Note:
See TracChangeset
for help on using the changeset viewer.
