mirror of
https://github.com/remvze/moodist.git
synced 2025-12-19 18:04:13 +00:00
style: change items order
This commit is contained in:
parent
cf77d33bd8
commit
716fbca0f6
1 changed files with 1 additions and 1 deletions
|
|
@ -112,10 +112,10 @@ export function Menu() {
|
|||
<SleepTimerItem open={() => open('sleepTimer')} />
|
||||
|
||||
<Divider />
|
||||
<BreathingExerciseItem open={() => open('breathing')} />
|
||||
<PomodoroItem open={() => open('pomodoro')} />
|
||||
<NotepadItem open={() => open('notepad')} />
|
||||
<TodoItem open={() => open('todo')} />
|
||||
<BreathingExerciseItem open={() => open('breathing')} />
|
||||
|
||||
<Divider />
|
||||
<ShortcutsItem open={() => open('shortcuts')} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue