Skip to content

Commit

Permalink
Remove unused fontawesome imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Oct 1, 2023
1 parent f902609 commit 26190c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { createApp } from 'vue';
import '@fortawesome/fontawesome-free/css/all.css';
import '@fortawesome/fontawesome-free/js/all.js';
import '../styles/main.scss';

// import Font Awesome as Vue Component: Dynamic Icon Change does not work without it.
Expand Down

0 comments on commit 26190c7

Please sign in to comment.