Skip to content

Commit

Permalink
Use modal-svelte only
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Jan 10, 2024
1 parent 93f74e9 commit 989292c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 151 deletions.
2 changes: 1 addition & 1 deletion src/lib/modals/Channel.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { loadSettings } from '$lib/data'
import Modal from './Modal.svelte'
import Modal from 'modal-svelte'
import { DateInput } from 'date-picker-svelte'
import Button from '$lib/Button.svelte'
import type { Channel } from '../../../bindings'
Expand Down
150 changes: 0 additions & 150 deletions src/lib/modals/Modal.svelte

This file was deleted.

0 comments on commit 989292c

Please sign in to comment.