adding todo to posts page for new design based on functionality I have thought of lol

This commit is contained in:
Will Baumbach
2025-08-07 23:28:05 -05:00
parent 6dfe544e1d
commit 72ebe5b2fc
2 changed files with 8 additions and 3 deletions

View File

@@ -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()