import React from "react"; import Particles from "react-tsparticles"; function Particle() { return ( ); } export default Particle;