mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-14 03:30:25 +00:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
import { Image } from './image.js';
|
|
|
|
export * from './image.js';
|
|
|
|
export default Image;
|