Fix index

This commit is contained in:
Emmanuel 2023-03-10 19:19:28 +01:00
parent f4a068a972
commit c87d2e9cfa

View file

@ -9,16 +9,6 @@ export {
type ListTextesResult, type ListTextesResult,
} from "./aggregates" } from "./aggregates"
export { default as ArticleView } from "./components/ArticleView.svelte"
export { default as LienView } from "./components/LienView.svelte"
export { default as SectionTaView } from "./components/SectionTaView.svelte"
export { default as TextelrView } from "./components/TextelrView.svelte"
export { default as TexteVersionView } from "./components/TexteVersionView.svelte"
export { export {
allJoNatures, allJoNatures,
allJoNaturesMutable, allJoNaturesMutable,
@ -111,6 +101,7 @@ export {
allSens, allSens,
allSensMutable, allSensMutable,
type DossierLegislatif, type DossierLegislatif,
type EcheancierLigne,
type Jo, type Jo,
type JoNature, type JoNature,
type JoOrigine, type JoOrigine,