Rename plugins to fit conventions

This commit is contained in:
Ceda EI 2021-01-01 14:05:39 +05:30
parent dd215a8acc
commit ace77028c4
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import Warning from "./warning";
import Manual from "./manual";
import Temperature from "./temperature";
import Warning from "./Warning";
import Manual from "./Manual";
import Temperature from "./Temperature";
import Accident from "./Accident";
export default {