mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
lint.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user