Skip to content

Commit

Permalink
prettier format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniGrbic committed Jan 28, 2025
1 parent b25daad commit 5ae501a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export const notifications: Array<Notification> = [
content:
'This is the first notification and it is a very long notification that will be cut off after a few lines sdaasds dadsad asdasd asd das dasd asdasdas sadasdasd',
time: new Date('2025-1-28-12:00'),
},{
},
{
id: 2,
title: 'Notification 2',
content: 'This is the second notification',
Expand Down

0 comments on commit 5ae501a

Please sign in to comment.