boredgame/src/lib/components/ui/alert/index.ts

4 lines
185 B
TypeScript
Raw Normal View History

export { default as Alert } from "./Alert.svelte";
export { default as AlertDescription } from "./AlertDescription.svelte";
export { default as AlertTitle } from "./AlertTitle.svelte";