Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 79affa2

Browse files
committed
Reorganise Resources be Based on L5.7
1 parent f0a9b09 commit 79affa2

File tree

18 files changed

+12
-11
lines changed

18 files changed

+12
-11
lines changed

resources/assets/js/font-awesome.js

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

resources/js/font-awesome.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* Font Awesome 5
3+
*/
4+
import { library, dom } from '@fortawesome/fontawesome-svg-core'
5+
import { fa } from '@fortawesome/fontawesome-free'
6+
import { solid } from '@fortawesome/free-solid-svg-icons';
7+
import { regular } from '@fortawesome/free-regular-svg-icons';
8+
import { brands } from '@fortawesome/free-brands-svg-icons';
9+
10+
library.add(solid, regular, brands);
11+
12+
dom.watch()

0 commit comments

Comments
 (0)