mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
iOS almost working
This commit is contained in:
9
src/screens/Tabs/Me/Bookmarks.tsx
Normal file
9
src/screens/Tabs/Me/Bookmarks.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
import Timeline from '@components/Timelines/Timeline'
|
||||
|
||||
const ScreenMeBookmarks: React.FC = () => {
|
||||
return <Timeline page='Bookmarks' />
|
||||
}
|
||||
|
||||
export default ScreenMeBookmarks
|
Reference in New Issue
Block a user