mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
remove unused export
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
import { Dependencies } from '$lib/constants';
|
||||
|
||||
export let showSelectProject: boolean;
|
||||
export let projects: Array<Models.Project> = [];
|
||||
export let selectedProjects: Array<string> = [];
|
||||
|
||||
let projects: Array<Models.Project> = [];
|
||||
let error: string | null = null;
|
||||
|
||||
onMount(() => {
|
||||
|
||||
Reference in New Issue
Block a user