# Forum Created
## feat - CRUD Forum - CRD Koment - Tampilan forum profile ### No issue
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
|
||||
export const gs_forum_loading_edit_posting = atomWithStorage("gs_forum_loading_edit_posting", false)
|
||||
export const gs_forum_loading_edit_posting = atomWithStorage("gs_forum_loading_edit_posting", false)
|
||||
export const gs_forum_total_komentar = atomWithStorage("gs_forum_total_komentar", 0);
|
||||
Reference in New Issue
Block a user