Skip to content

Commit

Permalink
Update PowerManager.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAlexeyDev committed Jul 25, 2024
1 parent cb17f6b commit 133c3f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React from "react";
import ViolitUiAccentButton from "../../../VioletUiLib/Libs/uiElements/Buttions/ViolitUiAccentButton";
import VioletUiAccentButton from "../../../VioletUiLib/Libs/uiElements/Buttions/VioletUiAccentButton";

const PowerManager: React.FC =() => {

return(
<div>
<button>Блокировка</button>
<ViolitUiAccentButton title="Выключение"/>
<VioletUiAccentButton title="Выключение"/>
</div>
);
}
Expand Down

0 comments on commit 133c3f9

Please sign in to comment.