Skip to content

Commit 20176e3

Browse files
Fix import path
1 parent af92ea0 commit 20176e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ApolloLink, concat, split } from 'apollo-link';
44
import { WebSocketLink } from 'apollo-link-ws';
55
import fetch from 'node-fetch';
66
import path from 'path';
7-
import { debug } from './debug';
7+
import { debug } from './debug.js';
88

99
const moduleLog = debug.extend('client')
1010

0 commit comments

Comments
 (0)