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
9 lines
177 B
TypeScript
9 lines
177 B
TypeScript
'use client';
|
|
|
|
import React from 'react';
|
|
import HeroWebGLScene from './hero-webgl/HeroWebGLScene';
|
|
|
|
export default function HeroIllustration() {
|
|
return <HeroWebGLScene />;
|
|
}
|