mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
feat: Import createPicker function in InputMenu component
This commit is contained in:
parent
7bc1876e37
commit
1cd43b122b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
import { DropdownMenu } from 'bits-ui';
|
||||
import { flyAndScale } from '$lib/utils/transitions';
|
||||
import { getContext } from 'svelte';
|
||||
import { createPicker } from '$lib/utils/google-drive-picker';
|
||||
|
||||
import Dropdown from '$lib/components/common/Dropdown.svelte';
|
||||
import Tooltip from '$lib/components/common/Tooltip.svelte';
|
||||
|
|
|
|||
Loading…
Reference in a new issue