aboutsummaryrefslogtreecommitdiffstats
path: root/components/Layout.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/Layout.js')
-rw-r--r--components/Layout.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/Layout.js b/components/Layout.js
index e9393a1..8012809 100644
--- a/components/Layout.js
+++ b/components/Layout.js
@@ -1,6 +1,5 @@
import styles from 'styles/Main.module.scss'
import Head from 'next/head'
-import React from 'react'
import { Header, Popup } from 'components'
import useSettings from 'hooks/useSettings'
import PropTypes from 'prop-types'