We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4e4fb1 + 4819189 commit 3c03b03Copy full SHA for 3c03b03
frontend/pages/about.tsx
@@ -9,9 +9,9 @@ import { gql } from "apollo-boost";
9
import { useQuery } from "@apollo/react-hooks";
10
11
const About: NextPage = ({pageProps, getStaticProp}) => {
12
- useEffect(() => {
13
- //getUsers();
14
- }, []);
+ // useEffect(() => {
+ // //getUsers();
+ // }, []);
15
// getUsers()
16
// const aa = useSelector((state) => state);
17
//console.log("IM AA", aa);
0 commit comments