7 lines
294 B
TypeScript
7 lines
294 B
TypeScript
// This file is no longer needed as we're using the official Spline component
|
|
// from '@splinetool/react-spline/next' directly in the HeroSection component.
|
|
// Keeping this file empty to avoid any import errors until references are cleaned up.
|
|
|
|
export function SplineViewer() {
|
|
return null;
|
|
} |