Remove googli

This commit is contained in:
Kwaroran
2025-05-13 13:54:08 +09:00
parent d9565b4450
commit 634de807ad
2 changed files with 0 additions and 7 deletions

View File

@@ -25,7 +25,6 @@
import { getCurrentCharacter } from "src/ts/storage/database.svelte";
import { message } from "@tauri-apps/plugin-dialog";
import HypaV3Modal from './HypaV3Modal.svelte';
import Googli from "../UI/Googli.svelte";
let btn
let input = $state('')
let cardExportType = $state('realm')
@@ -119,9 +118,6 @@
<div class="w-full flex justify-center mt-6">
<span class="text-gray-500 text-sm">{$alertStore.submsg + '%'}</span>
</div>
<div class="w-full flex justify-center">
<Googli className="mt-14" />
</div>
{/if}
{#if $alertStore.type === 'ask'}