diff --git a/src/App.tsx b/src/App.tsx index b5cd691..61e3ae3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -209,6 +209,8 @@ export default function App() { const [selectedHistoryId, setSelectedHistoryId] = useState(null); const [confirmState, setConfirmState] = useState(null); const [settingsOpen, setSettingsOpen] = useState(false); + const [dbExporting, setDbExporting] = useState(false); + const [dbExportStatus, setDbExportStatus] = useState(null); const [markdownPreview, setMarkdownPreview] = useState(false); const [editingFolderId, setEditingFolderId] = useState(null); const [editingFolderName, setEditingFolderName] = useState("");