Fix projects.tsx

This commit is contained in:
0x1eef 2024-01-13 06:44:47 -03:00
parent 765358b4aa
commit 18c958be67

View file

@ -4,7 +4,7 @@ import { Projects } from "/components/Projects";
import { ApolloProvider, ApolloClient, InMemoryCache } from "@apollo/client";
(function () {
const root = document.querySelector(".react-mount.projects")!;
const root = document.querySelector(".react-mount")!;
const client = new ApolloClient({
uri: "/servlet/graphql",
cache: new InMemoryCache(),