Skip to content

Commit

Permalink
chore: adopt checkbox from ui dep (#1168)
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 e52b573 commit 94f403e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions packages/frontend/src/lib/Checkbox.svelte

This file was deleted.

2 changes: 1 addition & 1 deletion packages/frontend/src/lib/table/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
/* eslint-disable import/no-duplicates */
// https://github.com/import-js/eslint-plugin-import/issues/1479
import { afterUpdate, onMount, tick } from 'svelte';
import Checkbox from '../Checkbox.svelte';
import type { Column, Row } from './table';
import { flip } from 'svelte/animate';
import { Checkbox } from '@podman-desktop/ui-svelte';
/* eslint-enable import/no-duplicates */
export let kind: string;
Expand Down

0 comments on commit 94f403e

Please sign in to comment.