diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 38cab79..abbb786 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -2,6 +2,7 @@ import { ReactNode, useState, useEffect, useRef } from 'react'; import { Link, useNavigate } from 'react-router-dom'; import { useAuth } from '../hooks/useAuth'; import NotificationBell from './NotificationBell'; +import ParticleBackground from './ParticleBackground'; interface LayoutProps { children: ReactNode; @@ -293,6 +294,8 @@ export default function Layout({ children }: LayoutProps) { } `} + +