From 15d9d6d6bb89542852a34a1b1a7787de3d5f8084 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sat, 16 Mar 2024 08:50:19 -0500 Subject: [PATCH] test commit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 69c7504..50fe458 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,7 +16,7 @@ export function App() { const [avatarRef, avatarUrl,] = useModel('') const [selectedStation, setSelectedStation] = useState(null) const appDataDirRef = useRef(null) - + //testforcommit useEffect(() => { appDataDir() .then(async (res) => {