4 lines
81 B

import { writable } from '../../../../store';
export const count = writable(0);