From 569bdb8c5d7538fa0ea8a99ff2f8376f7cbfa51a Mon Sep 17 00:00:00 2001 From: piotrruss Date: Mon, 6 Sep 2021 23:13:22 +0200 Subject: added stadard linter --- components/Splash.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'components/Splash.js') diff --git a/components/Splash.js b/components/Splash.js index f807202..93ef3ee 100644 --- a/components/Splash.js +++ b/components/Splash.js @@ -1,11 +1,11 @@ import styles from 'styles/Main.module.scss' import React from 'react' import useSettings from 'hooks/useSettings' -import {FontAwesomeIcon} from '@fortawesome/react-fontawesome' -import {faBan, faSpinner} from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faBan, faSpinner } from '@fortawesome/free-solid-svg-icons' -const Splash = ({type, fixed = false}) => { - const {t} = useSettings() +const Splash = ({ type, fixed = false }) => { + const { t } = useSettings() return (
-- cgit v1.2.3