Skip to content

Commit

Permalink
Revert accidental changes to test-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jan 3, 2024
1 parent 9d9d373 commit 5734dcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
10 changes: 1 addition & 9 deletions __fixtures__/test-project/web/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { FatalErrorBoundary, RedwoodProvider } from '@redwoodjs/web'
import { RedwoodApolloProvider } from '@redwoodjs/web/apollo'

import possibleTypes from 'src/graphql/possibleTypes'
import FatalErrorPage from 'src/pages/FatalErrorPage'
import Routes from 'src/Routes'

Expand All @@ -14,14 +13,7 @@ const App = () => (
<FatalErrorBoundary page={FatalErrorPage}>
<RedwoodProvider titleTemplate="%PageTitle | %AppTitle">
<AuthProvider>
<RedwoodApolloProvider
useAuth={useAuth}
graphQLClientConfig={{
cacheConfig: {
...possibleTypes,
},
}}
>
<RedwoodApolloProvider useAuth={useAuth}>
<Routes />
</RedwoodApolloProvider>
</AuthProvider>
Expand Down
11 changes: 0 additions & 11 deletions __fixtures__/test-project/web/src/graphql/possibleTypes.ts

This file was deleted.

0 comments on commit 5734dcc

Please sign in to comment.