diff --git a/src/components/interactive-background/interactive-background.ts b/src/components/interactive-background/interactive-background.ts index 0002ee0..91a3da5 100644 --- a/src/components/interactive-background/interactive-background.ts +++ b/src/components/interactive-background/interactive-background.ts @@ -55,11 +55,4 @@ export class InteractiveBackground implements AfterViewInit { ctx.fillStyle = gradient; ctx.fillRect(0, 0, width, height); } - - } - - - - -