Add mood component, add mood as tracking category to db schemas, add mood category description, add mood to the cycle-day-overview
This commit is contained in:
@@ -6,6 +6,7 @@ import NoteEditView from './note'
|
||||
import DesireEditView from './desire'
|
||||
import SexEditView from './sex'
|
||||
import PainEditView from './pain'
|
||||
import MoodEditView from './mood'
|
||||
|
||||
export default {
|
||||
BleedingEditView,
|
||||
@@ -15,5 +16,6 @@ export default {
|
||||
NoteEditView,
|
||||
DesireEditView,
|
||||
SexEditView,
|
||||
PainEditView
|
||||
PainEditView,
|
||||
MoodEditView
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user