adding todo to posts page for new design based on functionality I have thought of lol
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { useUser } from '@clerk/clerk-react'
|
||||
import React from 'react'
|
||||
import { StyleSheet, Text, TouchableOpacity, View } from 'react-native'
|
||||
import { Post, StatusEnum } from '../models/postModel'
|
||||
|
||||
export const CompactPostComponent: React.FC<Post> = (post) => {
|
||||
const { user } = useUser()
|
||||
console.log()
|
||||
console.log()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user