Skip to content
Snippets Groups Projects
Commit 102410af authored by David Smadja's avatar David Smadja
Browse files

remove unused stores

parent 61d6ab4b
No related branches found
No related tags found
No related merge requests found
import type { LegiArticle } from "@tricoteuses/legifrance"
import { writable } from "svelte/store"
export const displayedArticle = writable<LegiArticle | null>(null)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment