diff --git a/src/app/page.jsx b/src/app/page.jsx index bdf695f..616f32d 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -5,7 +5,6 @@ import Message from '@/components/message' const now = Date.now() const MOCK_MESSAGES = [ { sentAt: now - 1000 * 60 * 30, content: `...` }, - { sentAt: now - 1000 * 60 * 20, content: `I\'m not empty` }, { sentAt: now - 1000 * 60 * 10, content: `Hello, i\'m a message! 😎` }, { sentAt: now,