Enabling back the open report feature
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import {writable} from "svelte/store";
|
||||
|
||||
export const showReportScreenStore = writable<{userId: number, userName: string}|null>(null);
|
||||
Reference in New Issue
Block a user