build and format

This commit is contained in:
2026-04-22 08:59:26 +03:30
parent aace4da04a
commit 88b9f5c387
16 changed files with 239 additions and 240 deletions

View File

@@ -1,9 +1,9 @@
'use client'
import { useLocale } from 'next-intl'
import { Direction, getDirection } from './direction'
export function useDirection(): Direction {
const locale = useLocale()
return getDirection(locale)
}
"use client";
import { useLocale } from "next-intl";
import { Direction, getDirection } from "./direction";
export function useDirection(): Direction {
const locale = useLocale();
return getDirection(locale);
}