Skip to content

Commit

Permalink
[chore] make template filenames clearer (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jul 12, 2021
1 parent d0c8423 commit fe68e13
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-parents-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

Simplify component file names
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import Header from '$lib/Header/index.svelte';
import Header from '$lib/header/Header.svelte';
import '../app.css';
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<script lang="ts">
import Counter from '$lib/Counter/index.svelte';
import Counter from '$lib/Counter.svelte';
</script>

<svelte:head>
Expand Down

0 comments on commit fe68e13

Please sign in to comment.