fix(components): Add missing toast imports
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
import { tick, createEventDispatcher } from "svelte";
|
||||
export let copy_modal_open;
|
||||
export let new_client;
|
||||
import toast from 'svelte-french-toast'
|
||||
const dispatch = createEventDispatcher();
|
||||
let valueCopy = null;
|
||||
let areaDom;
|
||||
|
||||
Reference in New Issue
Block a user