Select the types of activity you want to include in your feed.
1import { writable } from 'svelte/store'; 2 3export const activeEditorView = writable(null);