Import fortawesome fontawesome config
This commit is contained in:
parent
a132a57a24
commit
2f793fecdb
|
|
@ -8,6 +8,10 @@ import {
|
||||||
import {TurniereNavigation} from '../js/components/Navigation';
|
import {TurniereNavigation} from '../js/components/Navigation';
|
||||||
import {BigImage} from '../js/components/BigImage';
|
import {BigImage} from '../js/components/BigImage';
|
||||||
import {Footer} from '../js/components/Footer';
|
import {Footer} from '../js/components/Footer';
|
||||||
|
import '@fortawesome/fontawesome-svg-core/styles.css';
|
||||||
|
import {config} from '@fortawesome/fontawesome-svg-core';
|
||||||
|
|
||||||
|
config.autoAddCss = false;
|
||||||
|
|
||||||
function Main() {
|
function Main() {
|
||||||
return (<div className="main">
|
return (<div className="main">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue