<script>
	import { foo } from './Foo.svelte';
	export let bar = 99;
</script>

<p>({foo})({bar})</p>