Skip to content

Commit 42d1ac9

Browse files
committed
Prefer API import
1 parent e5c4415 commit 42d1ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import handleFormattingRequest from './commands/formatting';
1010
import handleGithubQuery from './commands/github';
1111
import handleJQueryCommand from './commands/jquery';
1212
import handleLeaderboardRequest from './commands/leaderboard';
13-
import handleMDNQuery from './commands/mdn/dom';
13+
import handleMDNQuery from './commands/mdn/api';
1414
import handleNPMQuery from './commands/npm';
1515
import handlePHPQuery from './commands/php';
1616
import handlePointsRequest from './commands/points';

0 commit comments

Comments
 (0)