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

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