Vizzuality/landgriffon

View on GitHub
client/src/layouts/profile/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { TabsType } from 'components/tabs';

export const USER_TABS: TabsType = {
  PROFILE: {
    name: 'Profile',
    href: '/profile',
  },
  USERS: {
    name: 'Users',
    href: '/profile/users',
  },
};