clinic-cms
Version:
Svelte components based on Skeleton UI toolkit for the frontend of an outpatient clinic CMS.
8 lines (7 loc) • 453 B
TypeScript
export { default as Ghost } from "./Ghost/Ghost.svelte";
export { getGhostData } from "./Ghost/ghost";
export { default as Map } from "./MapLeaflet/MapLeaflet.svelte";
export { createMapData, createFacilitiesMapData } from "./MapLeaflet/mapData";
export { default as Facility } from "./Facility/Facility.svelte";
export { default as FacilityLink } from "./Facility/FacilityLink.svelte";
export { default as MapLibre } from "./MapLibre/MapLibre.svelte";