import React from 'react'; function GetSearch() { return (
{window.location.search}
); } export default GetSearch