0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

rename file

This commit is contained in:
Rich Harris 2017-12-12 08:26:18 -05:00
parent 2bbe088e9c
commit ffd06c462c
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Foo/>
<script>
import Foo from './@foo.html';
import Foo from './[foo].html';
export default {
components: { Foo }