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 [avatarRef, avatarUrl,] = useModel<HTMLInputElement, string>('')
|
||||||
const [selectedStation, setSelectedStation] = useState<Station | null>(null)
|
const [selectedStation, setSelectedStation] = useState<Station | null>(null)
|
||||||
const appDataDirRef = useRef<string>(null)
|
const appDataDirRef = useRef<string>(null)
|
||||||
|
//testforcommit
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
appDataDir()
|
appDataDir()
|
||||||
.then(async (res) => {
|
.then(async (res) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user