From 220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 3 Oct 2021 19:44:08 +0200 Subject: added player audio animation --- components/Layout.js | 1 - 1 file changed, 1 deletion(-) (limited to 'components/Layout.js') 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' -- cgit v1.2.3