♻️ refactor(core): Restructure project for better module separation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import rtlDetect from 'rtl-detect';
|
||||
|
||||
export function getLangDir(locale: string) {
|
||||
return rtlDetect.getLangDir(locale);
|
||||
}
|
||||
Reference in New Issue
Block a user