We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43988c commit 1a51180Copy full SHA for 1a51180
1 file changed
src/components/ReminderSettingsDialog.tsx
@@ -1,9 +1,9 @@
1
import { Button, Dialog, DialogActions, DialogContent, DialogTitle, FormGroup, InputLabel, MenuItem, Select, Stack, TextField, Typography } from '@mui/material';
2
import * as React from 'react';
3
-import type { ReminderType } from '../pages/ReminderPage';
4
import { DateTimePicker } from '@mui/x-date-pickers';
5
import dayjs from 'dayjs';
6
import utc from "dayjs/plugin/utc";
+import type { ReminderType } from '../effects/storage';
7
8
dayjs.extend(utc);
9
0 commit comments