+
+
+
+
+
+
+
diff --git a/src/app/note/dialog-add-note-reminder/dialog-add-note-reminder.component.scss b/src/app/note/dialog-add-note-reminder/dialog-add-note-reminder.component.scss
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/src/app/note/dialog-add-note-reminder/dialog-add-note-reminder.component.spec.ts b/src/app/note/dialog-add-note-reminder/dialog-add-note-reminder.component.spec.ts
new file mode 100644
index 0000000000..41863ff5b6
--- /dev/null
+++ b/src/app/note/dialog-add-note-reminder/dialog-add-note-reminder.component.spec.ts
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { DialogAddNoteReminderComponent } from './dialog-add-note-reminder.component';
+
+describe('DialogAddNoteReminderComponent', () => {
+ let component: DialogAddNoteReminderComponent;
+ let fixture: ComponentFixture