mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
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