refactor(app.tsx): removed test console log
This commit is contained in:
parent
7492219346
commit
25571b08cd
@ -16,7 +16,7 @@ export function App() {
|
||||
const [avatarRef, avatarUrl,] = useModel<HTMLInputElement, string>('')
|
||||
const [selectedStation, setSelectedStation] = useState<Station | null>(null)
|
||||
const appDataDirRef = useRef<string>(null)
|
||||
//testforcommit
|
||||
|
||||
useEffect(() => {
|
||||
appDataDir()
|
||||
.then(async (res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user