 This is how it happens in the ts file when you select one of the above ```ts import {} from '~/piece/' ``` But this is what happens in the svelte file ```svelte <script lang="ts"> import {} from '~/~/piece/' </script> ```