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) => {