mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-06 14:23:30 -04:00
refactor: remove unused code
This commit is contained in:
@@ -4,22 +4,15 @@ import { loadFull } from 'tsparticles';
|
||||
|
||||
export const Bubbles = () => {
|
||||
const particlesInit = async (main: any) => {
|
||||
// console.log(main);
|
||||
await loadFull(main);
|
||||
};
|
||||
|
||||
const particlesLoaded = (container: any) => {
|
||||
// console.log(container);
|
||||
};
|
||||
|
||||
return (
|
||||
//@ts-ignore
|
||||
<Particles
|
||||
id="tsparticles"
|
||||
className="absolute z-0"
|
||||
init={particlesInit}
|
||||
//@ts-ignore
|
||||
loaded={particlesLoaded}
|
||||
options={{
|
||||
fpsLimit: 120,
|
||||
interactivity: {
|
||||
|
||||
Reference in New Issue
Block a user