Skip to content

Commit b977072

Browse files
authored
remove unused import variable
1 parent b05b5be commit b977072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
import TailwindStyles from './TailwindStyles.svelte';
2+
import './TailwindStyles.svelte';
33
44
const message = 'Learn Svelte';
55
</script>
@@ -33,4 +33,4 @@
3333
{message}
3434
</a>
3535
</header>
36-
</div>
36+
</div>

0 commit comments

Comments
 (0)