import React from 'react'; import getClassName from '../utils/getClassName'; function BGElem({ mode, characteristics, tendencies, mousePosition, windowSize }) { // This is a background element that shifts with the mouse position return (
); } export default BGElem;