context menu

This commit is contained in:
2021-08-10 11:21:18 +02:00
parent 8ad319bc13
commit 2e85989c18
6 changed files with 110 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ import ReactDOM from "react-dom"
import "./index.scss"
import App from "./App"
import { ApolloClient, ApolloProvider, InMemoryCache } from "@apollo/client"
import "react-contexify/dist/ReactContexify.css"
const client = new ApolloClient({
uri: "/graphql",