Files
AlquilaFacil/Front/src/stores/urlStore.ts

4 lines
130 B
TypeScript

import { readable, type Readable } from 'svelte/store';
export const urlG: Readable<string> = readable('http://127.0.0.1:5007');