Created
November 17, 2023 23:07
-
-
Save johnlindquist/f526eecf33fb59a7dfc145d39ba1961c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Testing Loading | |
import "@johnlindquist/kit" | |
await arg({ | |
onInit: async () => { | |
setLoading(true) | |
}, | |
}) | |
await wait(1000000000000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment