feat: rename use of locale to lang where applicable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Lang } from "./lang"
|
||||
import { Lang } from "@/constants/languages"
|
||||
|
||||
export type SearchParams<S = {}> = {
|
||||
searchParams: S & { [key: string]: string }
|
||||
|
||||
Reference in New Issue
Block a user