HARRRRRRD HOT FIX: Remove all error and warning

This commit is contained in:
iMax 2024-12-06 06:08:00 +01:00
parent d685e00bc3
commit f8ffe3e16f
9 changed files with 4 additions and 15 deletions

View file

@ -2,7 +2,6 @@
import React, { useEffect, useRef } from 'react';
import * as THREE from 'three';
import { Water, WaterOptions } from 'three/examples/jsm/objects/Water.js';
import { WaterMesh, WaterMeshOptions } from 'three/examples/jsm/objects/Water2Mesh.js';
const Ocean: React.FC = () => {