added spectre css
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user