export { default } from '../routes/+page.svelte';
export type { Props, CardData } from './types/card.js';
export { mount } from 'svelte';
