añadido tema oscuro, y programada la funcion de busqueda
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
import { readable } from 'svelte/store';
|
||||
|
||||
export const urlG = readable('http://localhost:5007');
|
||||
3
Front/src/stores/urlStore.ts
Normal file
3
Front/src/stores/urlStore.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { readable, type Readable } from 'svelte/store';
|
||||
|
||||
export const urlG: Readable<string> = readable('http://localhost:5007');
|
||||
Reference in New Issue
Block a user