fix: copied
This commit is contained in:
@@ -8,7 +8,7 @@ type CommentsProps = {
|
||||
};
|
||||
|
||||
export const Comments = (props: CommentsProps) => {
|
||||
return <StyledText>Comment coming soon...</StyledText>;
|
||||
return <StyledText>Comment function coming soon...</StyledText>;
|
||||
};
|
||||
|
||||
const StyledText = styled('div')(({ theme }) => {
|
||||
|
||||
Reference in New Issue
Block a user