This commit is contained in:
Darshan
2025-10-16 16:38:54 +05:30
parent 274801236b
commit f350ecb5c9
@@ -48,11 +48,7 @@
import { project } from '../../store';
import { type PlatformProps, type FrameworkType, getCorrectTitle } from './store';
let {
key,
isConnectPlatform = false,
platform = PlatformType.Web
}: PlatformProps = $props();
let { key, isConnectPlatform = false, platform = PlatformType.Web }: PlatformProps = $props();
let showExitModal = $state(false);
let isCreatingPlatform = $state(false);