Skip to content

Commit

Permalink
Update examples with fortawesome scope
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Nov 1, 2023
1 parent ec1201c commit c90f2af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/svelte-app-typescript/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { FontAwesomeIcon } from '@seantimm/svelte-fontawesome';
import { FontAwesomeIcon } from '@fortwaesome/svelte-fontawesome';
// Importing types from the API library along with other exports
import {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-app/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { FontAwesomeIcon } from '@seantimm/svelte-fontawesome';
import { FontAwesomeIcon } from '@fortawesome/svelte-fontawesome';
import {
faCoffee
} from '@fortawesome/free-solid-svg-icons'
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit-app/src/routes/index.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { FontAwesomeIcon } from '@seantimm/svelte-fontawesome'
import { FontAwesomeIcon } from '@fortawesome/svelte-fontawesome'
import { faThumbsUp } from '@fortawesome/free-solid-svg-icons'
import { config } from '@fortawesome/fontawesome-svg-core'
Expand Down

0 comments on commit c90f2af

Please sign in to comment.