diff --git a/fclauncher/frontend/src/App.svelte b/fclauncher/frontend/src/App.svelte
index 8fa51bd..3fa73fe 100644
--- a/fclauncher/frontend/src/App.svelte
+++ b/fclauncher/frontend/src/App.svelte
@@ -5,6 +5,7 @@
import {CheckPrerequisites} from '../wailsjs/go/main/App.js'
import { onMount } from 'svelte'
import { loading } from './global.ts'
+ import { slide } from 'svelte/transition'
let width: int = 10
@@ -18,9 +19,13 @@
{#if addingInstance}
-
-
-
-
-
-
+