File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import EndpointPage from './EndpointPage';
1313import DrivePage from './DrivePage' ;
1414import RedirectPage from './RedirectPage' ;
1515import InvitePage from './InvitePage' ;
16- import DocumentPage from './DocumentPage' ;
16+ import { DocumentPage } from './DocumentPage' ;
1717import ErrorPage from './ErrorPage' ;
1818import { ClassPage } from './ClassPage' ;
1919import { FilePage } from './FilePage' ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ describe('Store', () => {
3535 const testResourceSubject = 'https://example.com/test' ;
3636
3737 const customFetch = jest . fn (
38- async ( url : RequestInfo | URL , options : any ) => {
38+ async ( url : RequestInfo | URL , options : RequestInit | undefined ) => {
3939 return fetch ( url , options ) ;
4040 } ,
4141 ) ;
You can’t perform that action at this time.
0 commit comments