mirror of
https://github.com/open-webui/open-webui
synced 2025-03-03 10:52:09 +00:00
feat: Import createPicker function in InputMenu component
This commit is contained in:
parent
7bc1876e37
commit
1cd43b122b
@ -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 New Issue
Block a user