thomaswilson-sveltekit/src/components/games/index.ts

4 lines
123 B
TypeScript
Raw Normal View History

import FloriferousPlayerForm from './FloriferousPlayerForm.svelte';
export { FloriferousPlayerForm, PreviousGameScores };