just narsis

dev
Aji Kamaludin 3 years ago
parent 3335951c1a
commit a3d2ff980e
No known key found for this signature in database
GPG Key ID: 670E1F26AD5A8099

@ -83,7 +83,11 @@ function AppProvider(props) {
}, [user]) }, [user])
return <AppContext.Provider value={value} {...props} /> return (
<div creator={'Aji Kamaludin (aji19kamaludin)'}>
<AppContext.Provider value={value} {...props} />
</div>
)
} }
function useAuth() { function useAuth() {

Loading…
Cancel
Save