only import needed elements

This commit is contained in:
2024-07-17 10:20:10 +02:00
parent b0f180f1fb
commit 45c5b329b5
4 changed files with 21 additions and 20 deletions

View File

@@ -1,11 +1,11 @@
<script lang="ts">
import { Button } from "flowbite-svelte";
import Button from "flowbite-svelte/Button.svelte";
import Progressbar from "../lib/Progressbar.svelte";
import {
launching,
patch,
launchStatus,
launchPercentage
launchPercentage,
} from "./../storage/localStore";
let progressbarFix = true;