diff --git a/frontend/bun.lockb b/frontend/bun.lockb index 1125857..87a5a1b 100755 Binary files a/frontend/bun.lockb and b/frontend/bun.lockb differ diff --git a/frontend/src/lib/components/AddShortenerDialog.svelte b/frontend/src/lib/components/AddShortenerDialog.svelte deleted file mode 100644 index 49415d7..0000000 --- a/frontend/src/lib/components/AddShortenerDialog.svelte +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - Add Shortner - - - - Add Shortener - - Create A New Shortner Here. Click Add To Save. - - -
-
- - getMetadata()} - bind:value={inputLink} - placeholder="https://example.com" - class="col-span-3" /> -
-
- - - - - - - {#each projects as project} - {project.name} - {/each} - - -
-
-
Preview
-
-
- {#if isPreviewLoading} -
- -
- {:else if previewData} - -
- {previewData.title} -
- {/if} -
-
-
-
- - - -
-