fix context in production

This commit is contained in:
Priyatham Sai Chand 2021-03-25 14:24:34 +05:30
parent eea8ce0794
commit e17b0fafe6
3 changed files with 2872 additions and 1807 deletions

4675
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
"react-dom": "^17.0.1",
"react-lottie": "^1.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-scripts": "^4.0.0",
"styled-components": "^5.2.1",
"styled-icons": "^10.22.0",
"web-vitals": "^0.2.4"

View File

@ -1,6 +1,6 @@
import React, {useContext,useEffect } from 'react';
import { Link } from "react-router-dom";
import UserContext from "../context/UserContext";
import { UserContext } from "../context/UserContext";
import styled,{ css } from 'styled-components';
const Header = styled.header`