Rename file Plugin to InstalledPlugin.

(cherry picked from commit 0229354da0)
This commit is contained in:
Gan Eng Chin 2022-12-10 00:27:05 +08:00
parent 8873252c45
commit d252922110
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';