aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/tools/server/webui/src/lib/components/ui/input/index.ts
blob: 15c0933dc845c449221a24445ccf2baf2d7c3149 (plain)
1
2
3
4
5
6
7
import Root from './input.svelte';

export {
	Root,
	//
	Root as Input
};