Spaces:
Runtime error
Runtime error
emanueledonati
commited on
Commit
•
7bf0fdf
1
Parent(s):
771c22f
Update src/App.js
Browse files- src/App.js +1 -0
src/App.js
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import React, { Suspense, useEffect, useRef, useState, useMemo } from 'react'
|
2 |
import { Canvas, useFrame } from '@react-three/fiber'
|
3 |
import { useGLTF, useTexture, Loader, Environment, useFBX, useAnimations, OrthographicCamera } from '@react-three/drei';
|
|
|
1 |
+
//this is a test
|
2 |
import React, { Suspense, useEffect, useRef, useState, useMemo } from 'react'
|
3 |
import { Canvas, useFrame } from '@react-three/fiber'
|
4 |
import { useGLTF, useTexture, Loader, Environment, useFBX, useAnimations, OrthographicCamera } from '@react-three/drei';
|