Skip to content

Commit

Permalink
chore: adopt linearProgress from ui dep (#1169)
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi authored Jun 6, 2024
1 parent 94f403e commit 4b2e042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/lib/NavPage.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import Fa from 'svelte-fa';
import type { IconDefinition } from '@fortawesome/free-regular-svg-icons';
import LinearProgress from '/@/lib/progress/LinearProgress.svelte';
import { LinearProgress } from '@podman-desktop/ui-svelte';
import type { TinroBreadcrumb } from 'tinro';
export let title: string;
Expand Down
56 changes: 0 additions & 56 deletions packages/frontend/src/lib/progress/LinearProgress.svelte

This file was deleted.

0 comments on commit 4b2e042

Please sign in to comment.