removed lodash
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<script>
|
||||
import { uniqueId } from "lodash";
|
||||
import { getContext } from "svelte";
|
||||
const channelurl = getContext("channelurl");
|
||||
export let field;
|
||||
export let value;
|
||||
export let schema;
|
||||
let id = uniqueId();
|
||||
export let id;
|
||||
</script>
|
||||
|
||||
<div class="mb-0">
|
||||
|
||||
Reference in New Issue
Block a user