diff --git a/src/components/commandList.svelte b/src/components/commandList.svelte
index 8d89728..b718786 100644
--- a/src/components/commandList.svelte
+++ b/src/components/commandList.svelte
@@ -16,6 +16,7 @@
import { fade } from 'svelte/transition';
import { sineIn } from 'svelte/easing'
+ import Add from './icons/Add.svelte';
// get basePath since same component can be used to get guild commands
export let basePath = '';
@@ -130,18 +131,7 @@