added mail service
This commit is contained in:
14
components/auth/Navbar.tsx
Normal file
14
components/auth/Navbar.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
'use client'
|
||||
//import { useScopedI18n } from '@/locales/client'
|
||||
import LocaleSwitcher from '@/components/LocaleSwitcher'
|
||||
|
||||
export default function Navbar () {
|
||||
//const t = useScopedI18n('navbar')
|
||||
|
||||
return (
|
||||
<nav className="flex justify-between top-0 absolute w-full px-3.5 py-1.5">
|
||||
<div>Logo</div>
|
||||
<LocaleSwitcher/>
|
||||
</nav>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user