added spectre css

This commit is contained in:
2021-07-27 19:24:52 +02:00
parent 2aea95c6ab
commit abbcaf9166
9 changed files with 93 additions and 37 deletions

View File

@@ -3,9 +3,10 @@ import ReactDOM from "react-dom"
import "./index.scss"
import App from "./App"
import { ApolloClient, ApolloProvider, InMemoryCache } from "@apollo/client"
import "spectre.css"
const client = new ApolloClient({
uri: "http://localhost:8080/graphql",
uri: "/graphql",
cache: new InMemoryCache()
})