diff options
author | 2021-10-03 19:44:08 +0200 | |
---|---|---|
committer | 2021-10-03 19:44:08 +0200 | |
commit | 220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3 (patch) | |
tree | 9fbacdfdb017fdf29116e11f2d7cecbcfb2d3ffc /components/Layout.js | |
parent | 3e6b377bb29c661b36329de5f18f69cb3ee6e01a (diff) | |
download | my_apps-220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3.tar.gz my_apps-220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3.tar.bz2 my_apps-220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3.zip |
added player audio animation
Diffstat (limited to 'components/Layout.js')
-rw-r--r-- | components/Layout.js | 1 |
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' |