mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 18:27:50 +08:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import { useFileStore } from './store'
|
|
|
|
export const useFile = () => {
|
|
const fileStore = useFileStore()
|
|
}
|