Rename file Plugin to InstalledPlugin.

This commit is contained in:
Gan Eng Chin 2022-12-10 00:27:05 +08:00
parent 56dbf53a35
commit 0229354da0
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
export { InstalledPlugin } from './Plugin';
export { InstalledPlugin } from './InstalledPlugin';