3 lines
80 B

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