'use client'; import { r3f } from '@/webgl/helpers/global'; export const Three = ({ children }) => { return {children}; };