Skip to content

Commit

Permalink
refactor: change api controller module name
Browse files Browse the repository at this point in the history
  • Loading branch information
wozjac committed Aug 20, 2022
1 parent d2183d5 commit f11316e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/view/ApiReferenceProvider.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as vscode from "vscode";
import { ApiReferenceCtrl } from "./ApiReferenceCtrl";
import { ApiReferenceCtrl } from "./ApiReferenceController";
import * as mustache from "mustache";
import { TemplatesContent } from "../core/dataSource";

Expand Down

0 comments on commit f11316e

Please sign in to comment.