Files
klz-cables.com/components/home/HeroIllustration.tsx
Marc Mintel 82bb7240d5
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 3m48s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s
chore(workspace): add gitea repository url to all packages
2026-02-27 11:27:22 +01:00

9 lines
177 B
TypeScript

'use client';
import React from 'react';
import HeroWebGLScene from './hero-webgl/HeroWebGLScene';
export default function HeroIllustration() {
return <HeroWebGLScene />;
}