import { writable } from 'svelte/store'; import type { Feedbacks } from './types.ts'; export const feedbacks = writable([]);