[READ-ONLY] Mirror of https://github.com/mrgnw/editable-cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

editable-cv / src / lib / stores.js
90 B 3 lines
1import { writable } from 'svelte/store'; 2 3export const activeEditorView = writable(null);