diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-28 08:05:56 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-28 08:05:56 +0200 |
commit | e846e262f649555c5bee3aecad8c5cb4ad1a0aef (patch) | |
tree | f356b936f72e63a1ee1e71bb0de4a8db89b4e839 | |
parent | 6d3d828a0fa15d89f391d513e8cf74e0b75957d8 (diff) | |
download | stvnliu.gitlab.io-e846e262f649555c5bee3aecad8c5cb4ad1a0aef.tar.gz stvnliu.gitlab.io-e846e262f649555c5bee3aecad8c5cb4ad1a0aef.tar.bz2 stvnliu.gitlab.io-e846e262f649555c5bee3aecad8c5cb4ad1a0aef.zip |
fix: fix unused vars
-rw-r--r-- | app/src/App.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/App.tsx b/app/src/App.tsx index a73f845..7d434ca 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -1,4 +1,3 @@ -import { render } from '@testing-library/react'; import { ReactElement, useEffect, useRef } from 'react'; import * as THREE from 'three'; import logo from "./texturemap.jpeg"; |