Profile avatar resize crop eklendi. Hatalar fixlendi.
This commit is contained in:
7
client/src/stores/avatarStore.js
Normal file
7
client/src/stores/avatarStore.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const avatarUrlStore = writable(null);
|
||||
|
||||
export function setAvatarUrl(url) {
|
||||
avatarUrlStore.set(url || null);
|
||||
}
|
||||
Reference in New Issue
Block a user