diff --git a/src/App.tsx b/src/App.tsx
index 2c0af36..7668cdd 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -5,7 +5,7 @@ import { SeedPicker } from './ui/garden';
import { FragmentRevealModal, JournalIcon } from './ui/journal';
import { LuraDialogue } from './ui/dialogue';
import { Letter } from './ui/letter';
-import { Settings, PersistenceToast } from './ui/settings';
+import { Settings, PersistenceToast, CompostToast } from './ui/settings';
import { useAppStore } from './store';
function App() {
@@ -59,6 +59,7 @@ function App() {
setSettingsOpen(false)} />
+