aboutsummaryrefslogtreecommitdiff
path: root/components/noise.tsx
blob: 3e29b66757f8c36c90f6c9f85cfa9116be5445e2 (plain)
1
2
3
4
5
6
7
8

export function Noise() {
  return (
    <div
      className="fixed top-0 left-0 w-full h-full pointer-events-none z-50 noise"
    />
  );
}