diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ddd898b3..22d65888 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -95,7 +95,6 @@ function xmlLinter(view) { const xmlLintExtension = linter(xmlLinter, { delay: 500 }); const FeedbackWidget = lazy(() => import("./components/FeedbackWidget")); -const BuyMeACoffee = lazy(() => import("./components/BuyMeACoffee")); const UsageSurvey = lazy(() => import("./components/UsageSurvey")); function runWhenIdle(callback, timeout = 2000) { @@ -2438,7 +2437,6 @@ export default function App() { )} {widgetsReady && ( - {!surveyDone && transformCount >= 3 && (