test commit
This commit is contained in:
parent
f0b9ec33ac
commit
15d9d6d6bb
@ -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