Skip to content

Commit

Permalink
Fix Module not found: Error: Can't resolve 'react' errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hettiger committed Nov 27, 2022
1 parent 5c31fc9 commit b40ac3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { MatListModule } from '@angular/material/list';

import { APOLLO_OPTIONS } from 'apollo-angular';
import { HttpLink } from 'apollo-angular/http';
import { InMemoryCache } from '@apollo/client';
import { InMemoryCache } from '@apollo/client/core';

import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
Expand Down

0 comments on commit b40ac3f

Please sign in to comment.