mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
style: change item order
This commit is contained in:
parent
edd15f4b9a
commit
919831538f
1 changed files with 1 additions and 1 deletions
|
|
@ -111,8 +111,8 @@ export function Menu() {
|
|||
<SleepTimerItem open={() => open('sleepTimer')} />
|
||||
|
||||
<Divider />
|
||||
<NotepadItem open={() => open('notepad')} />
|
||||
<PomodoroItem open={() => open('pomodoro')} />
|
||||
<NotepadItem open={() => open('notepad')} />
|
||||
<CountdownTimerItem open={() => open('countdownTimer')} />
|
||||
|
||||
<Divider />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue