Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Website
Commits
b477f4c6
Commit
b477f4c6
authored
Oct 05, 2020
by
Michael Iseard
Browse files
Remove unused fontawesome icon
parent
399af44f
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/scripts/main.js
View file @
b477f4c6
// import external dependencies
import
'
jquery
'
;
import
{
library
,
dom
}
from
'
@fortawesome/fontawesome-svg-core
'
;
import
{
faFemale
,
faMale
,
faStar
,
faTimes
,
faBars
}
from
'
@fortawesome/free-solid-svg-icons
'
;
library
.
add
(
faFemale
,
faMale
,
faStar
,
faTimes
,
faBars
);
import
{
faFemale
,
faMale
,
faStar
,
faTimes
}
from
'
@fortawesome/free-solid-svg-icons
'
;
library
.
add
(
faFemale
,
faMale
,
faStar
,
faTimes
);
dom
.
watch
();
// Import everything from autoload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment