feat(SW-184): language switcher mobile/desktop functionality
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { Lang } from "@/constants/languages"
|
||||
|
||||
import type { LanguageSwitcherData } from "@/types/requests/languageSwitcher"
|
||||
|
||||
export type LanguageSwitcherLink = {
|
||||
@@ -9,4 +7,5 @@ export type LanguageSwitcherLink = {
|
||||
|
||||
export type LanguageSwitcherProps = {
|
||||
urls: LanguageSwitcherData
|
||||
location?: "header" | "footer"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user