mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 20:51:29 +10:00
- refactor sections
- combine resume and metadata contexts
This commit is contained in:
@ -16,7 +16,7 @@ const StorageProvider = ({ children }) => {
|
||||
|
||||
const { user } = useContext(UserContext);
|
||||
|
||||
const id = useSelector((state) => state.id);
|
||||
const id = useSelector('id');
|
||||
const dispatch = useDispatch();
|
||||
|
||||
const uploadPhotograph = async (file) => {
|
||||
|
||||
Reference in New Issue
Block a user