Butterfly Click Test

import React from 'react';
import butterflyclicktest from 'src/components/butterflyclicktest.js'; // Adjust the path based on your folder structure
const Butterfly = () => {
  return (
    <div>
      {/* ... other content of the page */}
      <ClickSpeedTester />
    </div>
  );
};

export default Butterfly;