Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created November 17, 2023 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlindquist/f526eecf33fb59a7dfc145d39ba1961c to your computer and use it in GitHub Desktop.
Save johnlindquist/f526eecf33fb59a7dfc145d39ba1961c to your computer and use it in GitHub Desktop.
// 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