mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 18:34:26 +08:00
8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
const Navigation = [
|
|
{ name: 'Home', href: '/', current: true },
|
|
{ name: 'Jobs', href: '#', current: false },
|
|
{ name: 'Developers', href: '#', current: false },
|
|
]
|
|
|
|
export default Navigation
|