refactor: format code with prettier and fix quotation marks

This commit is contained in:
vffuunnyy
2025-08-16 15:23:43 +07:00
parent 9c33f007a1
commit e26f500ad0
32 changed files with 1636 additions and 1490 deletions

View File

@@ -31,7 +31,7 @@ import {
SelectTrigger,
SelectValue,
} from "@/components/ui/select";
import {SidebarTrigger} from "@/components/ui/sidebar";
import { SidebarTrigger } from "@/components/ui/sidebar";
const LogPage = () => {
const { t } = useTranslation();