clean code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-11 17:14:37 +08:00
parent 0d251a7e68
commit 572534a009
2 changed files with 1 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
import IMAGES from "@/config/images";
import IconClick from "./IconClick";
import { useState } from "react";
import LightButton from "./buttons/LightButton";
import GhostButton from "./buttons/GhostButton";
export default function LanguageSettings() {
@@ -44,4 +43,4 @@ export default function LanguageSettings() {
)}
</div></>
);
}
}