diff --git a/src/plugins/oSnap/Create.vue b/src/plugins/oSnap/Create.vue
index 7bbe3e9f..c1e33378 100644
--- a/src/plugins/oSnap/Create.vue
+++ b/src/plugins/oSnap/Create.vue
@@ -18,10 +18,10 @@ import {
getGnosisSafeBalances,
getGnosisSafeCollectibles,
getIsOsnapEnabled,
- getModuleAddressForTreasury,
- validateOsnapTransaction
+ getModuleAddressForTreasury
} from './utils';
import OsnapMarketingWidget from './components/OsnapMarketingWidget.vue';
+import BotSupportWarning from './components/BotSupportWarning.vue';
const props = defineProps<{
space: ExtendedSpace;
@@ -276,6 +276,11 @@ onMounted(async () => {
:selectedSafe="newPluginData.safe"
@updateSafe="updateSafe($event)"
/>
+