Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 4, 2020 22:19
Show Gist options
  • Save skflowne/d5ebb429f19001d45bc2f8072216fe4b to your computer and use it in GitHub Desktop.
Save skflowne/d5ebb429f19001d45bc2f8072216fe4b to your computer and use it in GitHub Desktop.
import { writable } from "svelte/store"
const fileSearch = writable<string>("")
export default fileSearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment