{#snippet buttons()}
@@ -391,3 +372,22 @@
onCancel={() => (renameLibrary = undefined)}
/>
{/if}
+
+{#if toCreateLibrary}
+ (toCreateLibrary = false)} />
+{/if}
+
+{#if toAddImportPath}
+ {
+ toAddImportPath = false;
+ if (updateLibraryIndex) {
+ onEditImportPathClicked(updateLibraryIndex);
+ }
+ }}
+ />
+{/if}