mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import { Image } from './image.js';
|
|
|
|
export * from './image.js';
|
|
|
|
export default Image;
|