Remove lodash.uniqueId

This commit is contained in:
venashial
2022-04-03 11:45:04 -07:00
parent 44c8574f1b
commit 3646c0d0a3
8 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import uniqueId from 'lodash.uniqueid'
import { uniqueId } from '../utils/uniqueId'
export let required = false;
export let label: string;