hypnagaga/src/components/Framer/stores.js
2022-08-11 15:43:38 +01:00

3 lines
78 B
JavaScript

import { writable } from 'svelte/store';
export const width = writable(660);