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

export {
	Root,
	//
	Root as Skeleton
};