Skip to content

Commit

Permalink
Change imports of svelte-fontawesome in examples (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahie authored Dec 21, 2023
1 parent 615c2fe commit 8ea2555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/svelte-app-typescript/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts">
import { FontAwesomeIcon } from '@fortwaesome/svelte-fontawesome';
import { FontAwesomeIcon } from '@fortawesome/svelte-fontawesome';
// Importing types from the API library along with other exports
import {
Expand Down
5 changes: 2 additions & 3 deletions examples/svelte-app/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<script>
import { FontAwesomeIcon } from '@fortawesome/svelte-fontawesome';
import {
faCoffee
} from '@fortawesome/free-solid-svg-icons'
import { faCoffee } from '@fortawesome/free-solid-svg-icons'
</script>

<div id="app">
Expand Down

0 comments on commit 8ea2555

Please sign in to comment.